Skip to content

Commit

Permalink
fix(win): fix 3rdparty build
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors committed Nov 29, 2021
1 parent 25282d3 commit e783220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
run: |
cd rdm/3rdparty/zstd/build/cmake
cmake -G "${{ env.CMAKE_VS }}" -A x64 -B .
cmake . && make
cmake --build . --config Release
- name: build snappy
run: |
cd rdm/3rdparty/snappy
cmake -G "${{ env.CMAKE_VS }}" -A x64 -B .
cmake . && make
cmake --build . --config Release
- name: build brotli
run: |
Expand Down

0 comments on commit e783220

Please sign in to comment.