Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed May 21, 2024
1 parent 8c25ed3 commit 7c6a842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare-msys/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
uses: msys2/setup-msys2@v2
with:
path-type: inherit # Important to correctly update PATH
update: true
install: >-
base-devel
git
Expand All @@ -17,6 +18,7 @@ runs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-boost
- name: Prepare env
shell: 'msys2 {0}'
Expand Down

0 comments on commit 7c6a842

Please sign in to comment.