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 761fa61 commit 012cfa6
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 @@ -117,13 +117,13 @@ jobs:
./installers/install.ps1
- name: Set Path
run: |
"${{ github.env.FLYCTL_INSTALL }}\\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
- run: env
shell: powershell
echo "${FLYCTL_INSTALL}/.local/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
- name: Check that `fly` is in PATH and is executable
shell: powershell
run: flyctl.exe version
run: flyctl.exe version

0 comments on commit 012cfa6

Please sign in to comment.