Skip to content

Commit

Permalink
add conditionals based on flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Dec 20, 2024
1 parent b3489a5 commit b943327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Build
run: echo "Building on ${{ matrix.os }}"

- name: Add GNU tar to PATH (significantly faster than windows tar)
if: matrix.flavor.target == 'windows'
run: echo "C:\Program Files\Git\usr\bin" >> $GITHUB_PATH

- name: Check out code into the Go module directory
uses: actions/checkout@v4

Expand Down

0 comments on commit b943327

Please sign in to comment.