Skip to content

Commit f8be6c6

Browse files
author
Jonas Schievink
committed
macOS: install GNU tar
1 parent c518fe7 commit f8be6c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
if: matrix.os == 'windows-latest'
4343
run: Rename-Item C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc.old
4444

45+
- name: Install GNU tar
46+
if: matrix.os == 'macos-latest'
47+
run: |
48+
brew install gnu-tar
49+
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
50+
4551
- name: Install Rust toolchain
4652
uses: actions-rs/toolchain@v1
4753
with:

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)