Print out tar version in CI
This commit is contained in:
parent
4c93178488
commit
9c480bee23
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -32,6 +32,14 @@ jobs:
|
|||
run: |
|
||||
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
|
||||
|
||||
- name: Check GNU tar
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
echo "gtar:"
|
||||
gtar --version
|
||||
echo "tar:"
|
||||
tar --version
|
||||
|
||||
- name: Cache artifacts
|
||||
id: cache
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue