Skip to content

Commit

Permalink
Specify 32bit build in release.yml (#7)
Browse files Browse the repository at this point in the history
* Specify 32bit build in release.yml
  • Loading branch information
Luca1991 authored Feb 19, 2024
1 parent c5ab4da commit a4c3ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Configure CMake
run: cmake -B build -S .
run: cmake -A Win32 -B build -S .

- name: Build
run: cmake --build build --config Release
Expand Down

0 comments on commit a4c3ba4

Please sign in to comment.