Skip to content

Commit 2bf7562

Browse files
committed
test
Signed-off-by: CrazyMax <[email protected]>
1 parent caab300 commit 2bf7562

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-os.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161

6262
test-windows-amd64:
6363
runs-on: windows-2022
64+
needs:
65+
- build-windows-amd64
6466
steps:
6567
-
6668
name: Checkout
@@ -75,11 +77,11 @@ jobs:
7577
uses: actions/download-artifact@v4
7678
with:
7779
name: buildkit-windows-amd64
78-
path: ${{ env.DESTDIR }}
80+
path: ${{ github.workspace }}\bin
7981
-
80-
name: Path
82+
name: Add bin folder to Path
8183
run: |
82-
$Env:Path
84+
echo "${{ github.workspace }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
8385
-
8486
name: Test
8587
env:

0 commit comments

Comments
 (0)