Skip to content

Commit

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

- name: Determine CPU Cores
id: cpu-info
run: echo "CPU_CORES=%NUMBER_OF_PROCESSORS%" >> $GITHUB_ENV
run: |
echo "CPU_CORES=$NUMBER_OF_PROCESSORS"
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 c40d762

Please sign in to comment.