Skip to content

Commit 4bd208b

Browse files
committed
Try using GLIBC instead and pointing to 2.39
1 parent e5c7801 commit 4bd208b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_sdk_parallel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
git config user.email [email protected]
3636
3737
- name: Install libc6-dev
38-
run: sudo apt-get install -y libc6-dev
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y libc6=2.39-0ubuntu8.3
3941
4042
- uses: Swatinem/rust-cache@v2
4143
with:

0 commit comments

Comments
 (0)