Skip to content

Commit

Permalink
Fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D committed Apr 1, 2024
1 parent 8fb6ad5 commit e986fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: mkdir build

- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DZLIB_TAG=develop -DMZ_FORCE_FETCH_LIBS=ON
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DZLIB_TAG=develop -DMZ_FORCE_FETCH_LIBS=ON -DZSTD_TAG=release

- name: Build with CMake
run: cmake --build build --config ${{ matrix.build_type }}
Expand Down

0 comments on commit e986fc5

Please sign in to comment.