Skip to content

Commit

Permalink
fixup! .workflow: add mingw ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
VJanKraemer committed May 6, 2024
1 parent 6b4c6ad commit 5466f04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
name: GCC 13.2 release Builds for mingw64
environment: public-github-runners
runs-on: windows-latest
defaults:
shell: msys2bash
steps:

- name: setup
run: |
echo "C:\msys64" >> $GITHUB_PATH
- name: deps
run: pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja git
shell: msys2bash
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
id: cmake-build-mingw
run: cmake --build --preset gcc-release
shell: msys2bash
shell: bash

0 comments on commit 5466f04

Please sign in to comment.