Skip to content

Commit

Permalink
Update playground.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Oct 19, 2023
1 parent 87260c2 commit b71a36c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
name: Play
runs-on: ["self-hosted", "windows", "x64", "playground"]
steps:
- run: whoami
- run: echo $PATH
- run: echo "C:/msys64/usr/bin" >> $GITHUB_PATH
- run: echo $PATH

0 comments on commit b71a36c

Please sign in to comment.