Skip to content

Commit

Permalink
Try installing libc6-dev manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Oct 17, 2024
1 parent 1b0b7d2 commit e50f067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_sdk_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
- name: Install libc6-dev
run: sudo apt-get install -y libc6-dev

- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'main' }}
Expand Down

0 comments on commit e50f067

Please sign in to comment.