Skip to content

Commit

Permalink
Try running VsDevCmd.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 14, 2024
1 parent 39f5398 commit d3609f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build native library for ${{ matrix.target.location }} using native capabilities (windows)
if: runner.os == 'windows'
shell: powershell
run: make ckzg -C bindings/csharp CC=clang EXTENSION=${{matrix.target.ext}} LOCATION=${{matrix.target.location}} ARCH=${{matrix.target.arch}}
run: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && make ckzg -C bindings/csharp CC=clang EXTENSION=${{matrix.target.ext}} LOCATION=${{matrix.target.location}} ARCH=${{matrix.target.arch}}'
- name: Build native library for ${{ matrix.target.location }} using native capabilities (not windows)
if: runner.os != 'windows'
run: make ckzg -C bindings/csharp CC=clang EXTENSION=${{matrix.target.ext}} LOCATION=${{matrix.target.location}} ARCH=${{matrix.target.arch}}
Expand Down

0 comments on commit d3609f3

Please sign in to comment.