Skip to content

Commit

Permalink
windows changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 28, 2023
1 parent 53d7617 commit 494c29f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
cmake -S rapidyenc -B rapidyenc/build \
-D CMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-D CMAKE_BUILD_TYPE=Release
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-DCMAKE_BUILD_TYPE=Release
cmake --build rapidyenc/build --target rapidyenc_static -j$(sysctl -n hw.ncpu)
- name: Build windows
if: matrix.os == 'windows-latest'
run: |
cmake -S rapidyenc -B rapidyenc/build \
-D CMAKE_BUILD_TYPE=Release
cmake --build rapidyenc/build --target rapidyenc_static -j$(sysctl -n hw.ncpu)
cmake -S rapidyenc -B rapidyenc/build
cmake --build rapidyenc/build --config Release --target rapidyenc_static -j$(sysctl -n hw.ncpu)
ls -al rapidyenc/build

0 comments on commit 494c29f

Please sign in to comment.