We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d0b74 commit 764bbe1Copy full SHA for 764bbe1
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
dep: "brew update && brew install cocoapods xcodegen"
32
- cmd: ".\\scripts\\setup_windows.bat && cd example\\winApp && msbuild winApp.vcxproj /t:Build /p:Configuration=Release /p:Platform=x64"
33
os: windows-latest
34
- dep: "echo \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\" >> %GITHUB_PATH%"
+ dep: "dir \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\lib.exe\""
35
runs-on: ${{ matrix.os }}
36
permissions:
37
pull-requests: write
0 commit comments