Update main.yml
This commit is contained in:
parent
c623f9b2f8
commit
d48bd986c0
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
cd lens
|
cd lens
|
||||||
git checkout v${{ env.LENS_VERSION }}
|
git checkout v${{ env.LENS_VERSION }}
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
npm install --g --production windows-build-tools --vs2017
|
choco install visualstudio2019buildtools visualstudio2019-workload-vctools
|
||||||
fi
|
fi
|
||||||
make build
|
make build
|
||||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue