Skip to content

Commit

Permalink
x86 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Sep 13, 2024
1 parent 7c44993 commit 9425b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Visual Studio
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
arch: x86

- name: Build DLL
run: cl.exe /nologo /std:c11 /O2 /LD /DNDEBUG prof.c ws2_32.lib /Fe:prof.dll
Expand Down

0 comments on commit 9425b84

Please sign in to comment.