Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Attempt to fix CI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase authored Jul 24, 2023
1 parent 94b1e58 commit 2cf74dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
- name: Create tarballs for all platforms
if: ${{ runner.os == 'Linux' && steps.check_cache.outputs.build_cache == 'true' }}
run: |
sudo apt update
sudo apt-get install --only-upgrade curl libcurl3-gnutls libcurl4
cd /r/el
scripts/prepare-cross-sync-tar.sh
cp -rf *.tzstd "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 2cf74dd

Please sign in to comment.