Skip to content

Commit

Permalink
Ensure msys2 from commit is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 15, 2024
1 parent f78fedb commit 9f52d4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

env:
ALIRE_OS: windows
MSYS64_ROOT: C:\Users\runneradmin\AppData\Local\alire\cache\msys64
MINGW64_PATH: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\mingw64\bin
MSYS2_PATH: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin
PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman --noconfirm
Expand All @@ -38,6 +39,9 @@ jobs:
- name: Build alr
run: gprbuild -j0 -p -P alr_env

- name: Remove previous alr's msys2 (so a new one can be tested)
run: rmdir /s /q ${{env.MSYS64_ROOT}}

- name: Display built alr and trigger install of msys2
run: ./bin/alr version

Expand Down

0 comments on commit 9f52d4b

Please sign in to comment.