Skip to content

Commit

Permalink
Update Windows Binary Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-MV committed Jul 19, 2024
1 parent 2f9ba21 commit 5528a10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,21 @@ jobs:
with:
ruby-version: 3.3

- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: >-
base-devel
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-ninja
- name: Configure CMake
shell: msys2 {0}
run: cmake -B build -DCMAKE_BUILD_TYPE:STRING=Release

- name: Build CMake
shell: msys2 {0}
run: cmake --build build --config Release --target all

- name: Upload artifacts
Expand Down

0 comments on commit 5528a10

Please sign in to comment.