Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfaff authored Jun 9, 2024
1 parent 9d45515 commit c0a7cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4

- name: Configure library
run: cmake -B build -G "Visual Studio 17 2022" -A ${{ matrix.arch == "x32" && "Win32" || "x64" }} -D BUILD_SHARED_LIBS=${{ matrix.shared && 'ON' || 'OFF' }}
run: cmake -B build -G "Visual Studio 17 2022" -A ${{ matrix.arch == 'x32' && 'Win32' || 'x64' }} -D BUILD_SHARED_LIBS=${{ matrix.shared && 'ON' || 'OFF' }}
- name: Build library
run: cmake --build build --parallel
- name: Upload library
Expand Down

0 comments on commit c0a7cc9

Please sign in to comment.