Skip to content

Commit

Permalink
Try using GLIBC instead and pointing to 2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Oct 17, 2024
1 parent e5c7801 commit 4bd208b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_sdk_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
git config user.email [email protected]
- name: Install libc6-dev
run: sudo apt-get install -y libc6-dev
run: |
sudo apt-get update
sudo apt-get install -y libc6=2.39-0ubuntu8.3
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 4bd208b

Please sign in to comment.