Skip to content

Commit

Permalink
run a command in msys
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 21, 2022
1 parent f217d68 commit a406862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ jobs:
steps:
- name: Set up msys2
uses: msys2/setup-msys2@v2

- name: Install dependencies
shell: msys2 {0}
run: |
uname -a

0 comments on commit a406862

Please sign in to comment.