Skip to content

Commit

Permalink
r3
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Nov 19, 2023
1 parent cc5ba3e commit b3ca89b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
path: |
~/PawPawBuilds
key: common-${{ matrix.target }}-v${{ env.CACHE_VERSION }}
- name: (apt) Restore debian package cache
if: ${{ matrix.installer == 'apt' }}
run: |
if [ -d ~/PawPawBuilds/debs ] && [ "$(ls ~/PawPawBuilds/debs | wc -l)" -ne 0 ]; then
cp ~/PawPawBuilds/debs/*.deb /var/cache/apt/archives/
fi
- name: (apt) Set up dependencies (common)
if: ${{ matrix.installer == 'apt' }}
run: |
Expand Down Expand Up @@ -152,11 +146,6 @@ jobs:
if: ${{ matrix.installer == 'homebrew' }}
run: |
brew install cmake git jq meson
- name: (apt) Cache debian packages
if: ${{ matrix.installer == 'apt' }}
run: |
mkdir -p ~/PawPawBuilds/debs
mv /var/cache/apt/archives/*.deb ~/PawPawBuilds/debs/
- name: Run bootstrap
shell: bash
run: |
Expand Down

0 comments on commit b3ca89b

Please sign in to comment.