Skip to content

Commit

Permalink
deploy test 24
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcm committed Nov 22, 2024
1 parent 748e7f5 commit d11b29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ jobs:
- name: Build project
run: |
cmake \
--target nfc-spy \
--build ${{ steps.strings.outputs.build-dir }} \
-- -j $(nproc)
cmake --target nfc-spy --build ${{ steps.strings.outputs.build-dir }} -- -j $(nproc)
5 changes: 1 addition & 4 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ jobs:
- name: Build project
run: |
cmake `
--target nfc-spy `
--build ${{ steps.strings.outputs.build-dir }} `
-- -j (Get-CimInstance -ClassName Win32_ComputerSystem).NumberOfLogicalProcessors
cmake --target nfc-spy --build ${{ steps.strings.outputs.build-dir }} -- -j (Get-CimInstance -ClassName Win32_ComputerSystem).NumberOfLogicalProcessors
- name: Create installer
run: |
Expand Down

0 comments on commit d11b29a

Please sign in to comment.