Skip to content

Commit a702027

Browse files
committed
ci: address the isolated MSYS fixture tool
1 parent 254c842 commit a702027

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/msys-pacman-source.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: msys2/setup-msys2@v2
32+
id: msys2
3233
with:
3334
msystem: MSYS
3435
update: true
@@ -56,7 +57,7 @@ jobs:
5657
run: |
5758
./tests/pacman/msys-runtime-smoke.ps1 `
5859
-WorkDirectory (Join-Path $env:RUNNER_TEMP "vitasdk-ñ-日本語 path") `
59-
-FixtureTar (Get-Command bsdtar.exe -ErrorAction Stop).Source `
60+
-FixtureTar (Join-Path '${{ steps.msys2.outputs.msys2-location }}' 'usr/bin/bsdtar.exe') `
6061
-PacmanExecutable (Join-Path $env:RUNNER_TEMP "vitasdk-pacman/pacman.exe") `
6162
-RuntimeDll (Join-Path $env:RUNNER_TEMP "vitasdk-pacman/msys-2.0.dll") `
6263
-Extended

0 commit comments

Comments
 (0)