Skip to content

Commit

Permalink
Update test_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Sep 22, 2023
1 parent 112820e commit cb2f23a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
- name: Set Path
run: |
echo "${FLYCTL_INSTALL}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
# - run: env
# shell: powershell
# - run: ls C:\Users\runneradmin\.fly\bin
# shell: powershell
- run: env
shell: powershell
- run: ls $FLYCTL_INSTALL\bin
shell: powershell
# # - run: env
# # shell: powershell
- name: Check that `fly` is in PATH and is executable
Expand Down

0 comments on commit cb2f23a

Please sign in to comment.