Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 30, 2024
1 parent ea1cce0 commit 45df0e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- name: Determine CPU Cores
id: cpu-info
run: |
echo "CPU_CORES=%NUMBER_OF_PROCESSORS%" >> $GITHUB_ENV
run: echo "CPU_CORES=%NUMBER_OF_PROCESSORS%" >> $GITHUB_ENV

- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 45df0e3

Please sign in to comment.