Skip to content

Commit

Permalink
Use VS
Browse files Browse the repository at this point in the history
  • Loading branch information
widberg committed Nov 27, 2023
1 parent 3a3c45f commit 91294a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ilammy/[email protected]
with:
arch: win32


- name: Download WinFlexBison
uses: suisei-cn/[email protected]
with:
Expand All @@ -32,7 +29,7 @@ jobs:

- name: Build
run: |
cmake -B build -G Ninja -DWIDBERG_CLANG_CL="${{ github.workspace }}/bin/clang-cl.exe" -DBISON_EXECUTABLE="${{ github.workspace }}/bin/win_bison.exe" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON
cmake -B build -AWin32 -DWIDBERG_CLANG_CL="${{ github.workspace }}/bin/clang-cl.exe" -DBISON_EXECUTABLE="${{ github.workspace }}/bin/win_bison.exe" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON
cmake --build build --target package_fmtk --config RelWithDebInfo
- name: Archive Artifacts
Expand Down

0 comments on commit 91294a3

Please sign in to comment.