Skip to content

Commit

Permalink
Join again
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 14, 2024
1 parent c4d2834 commit cf65824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
if: runner.os == 'windows'
shell: cmd
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 }}
"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 cf65824

Please sign in to comment.