Skip to content

Commit

Permalink
ci: Fix cross-platform-build
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 21, 2024
1 parent d78341e commit 3a84205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-plaform-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: |
cmake -DCMAKE_BUILD_TYPE=Debug .
- name: Build
run: VERBOSE=1 make
run: cmake --build . --parallel 8
- name: Pack built binaries
run: |
make package
make package_source
cmake --build . -t package
cmake --build . -t package_source
rm -rf ./packages/_CPack_Packages/
rm -f ./packages/*.tar.bz2
- name: Upload artifacts
Expand Down

0 comments on commit 3a84205

Please sign in to comment.