Skip to content

Commit

Permalink
Use TAR workarounds as documented (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Jan 22, 2025
1 parent 208f0e9 commit 138ca53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/win-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ cd src/gnuwin32
make all cairodevices recommended vignettes manuals

# Run checks
export TAR="/usr/bin/tar"
export TAR_OPTIONS="--force-local"
make check-all

0 comments on commit 138ca53

Please sign in to comment.