Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Jul 12, 2024
1 parent 8f9eb98 commit 4985576
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
ref: ${{ github.head_ref }}

- env:
TGF_EXEC: ${{ runner.os == 'Windows' && './tgf' || 'tgf' }}
run: $TGF_EXEC --help-tgf
- run: tgf --help-tgf
if: runner.os != 'Windows'

- run: ./tgf --help-tgf
if: runner.os == 'Windows'

0 comments on commit 4985576

Please sign in to comment.