Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 28, 2024
1 parent a8d5e0b commit 9b12a9b
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 @@ -413,6 +413,7 @@ jobs:
name: action
- name: 🚧 run action
uses: ./
id: msys2-action
with:
location: ${{ matrix.location }}
update: false
Expand All @@ -423,6 +424,10 @@ jobs:
run: |
$Env:MSYS2_ROOT = msys2 -c 'cygpath -m /'
$Env:MSYS2_ROOT
if ($env:MSYS2_ROOT -ne '${{ steps.msys2-action.outputs.msys2-location }}') {
Write-Error "Error: MSYS2_ROOT is '$env:MSYS2_ROOT', expected '${{ steps.msys2-action.outputs.msys2-location }}'"
exit 1
}
- shell: python
run: |
from subprocess import check_output
Expand Down

0 comments on commit 9b12a9b

Please sign in to comment.