Skip to content

Commit

Permalink
[ci] Remove gnu-tar.
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Feb 3, 2021
1 parent 20920ca commit ac24ffd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Expand Up @@ -20,11 +20,6 @@ jobs:
- run: rustup install ${{ env.RUSTUP_TOOLCHAIN }}
- name: ensure lockfile up to date
run: cargo generate-lockfile --manifest-path ofl/Cargo.toml
- name: install gnu tar to work around https://github.com/actions/cache/issues/403
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-ofl-${{ hashFiles('ofl/Cargo.lock') }}-${{ env.RUSTUP_TOOLCHAIN }}
Expand Down Expand Up @@ -61,11 +56,6 @@ jobs:

- name: ensure lockfile up to date
run: cargo generate-lockfile
- name: install gnu tar to work around https://github.com/actions/cache/issues/403
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-coverage-${{ hashFiles('Cargo.lock') }}-${{ env.RUSTUP_TOOLCHAIN }}
Expand Down Expand Up @@ -104,11 +94,6 @@ jobs:

- name: ensure lockfile up to date
run: cargo generate-lockfile
- name: install gnu tar to work around https://github.com/actions/cache/issues/403
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-dom-${{ hashFiles('Cargo.lock') }}-${{ env.RUSTUP_TOOLCHAIN }}
Expand Down Expand Up @@ -151,11 +136,6 @@ jobs:

- name: ensure lockfile up to date
run: cargo generate-lockfile
- name: install gnu tar to work around https://github.com/actions/cache/issues/403
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-website-${{ hashFiles('Cargo.lock') }}-${{ env.RUSTUP_TOOLCHAIN }}
Expand Down

0 comments on commit ac24ffd

Please sign in to comment.