Skip to content

Commit

Permalink
pin
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 14, 2025
1 parent a2c0e99 commit 82d3e2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ jobs:
with:
profile: minimal

- run: apt update && apt install libc6
- name: Install GLIBC 2.34
run: |
sudo apt-get update
sudo apt-get install libc6=2.34-0ubuntu3
# - uses: ./.github/actions/setup-node

Expand Down

0 comments on commit 82d3e2c

Please sign in to comment.