Skip to content

Commit

Permalink
Add msys2 installation for the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Mar 26, 2024
1 parent ba75c76 commit a74a8d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,20 @@ jobs:
with:
submodules: true

- name: MSYS2 (Windows amd64)
if: inputs.os == 'Windows' && inputs.cpu == 'amd64'
uses: msys2/setup-msys2@v2
with:
path-type: inherit
install: >-
base-devel
git
mingw-w64-x86_64-toolchain
- uses: iffy/install-nim@v3
with:
version: ${{ matrix.nim }}


- name: Install deps
run: |
nimble install -dy
Expand Down

0 comments on commit a74a8d9

Please sign in to comment.