Skip to content

Commit

Permalink
ci: Work around actions/runner-images#9491
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Mar 19, 2024
1 parent 10b2c56 commit 906009b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
sudo ln -s libattr.so.1 /lib/i386-linux-gnu/libattr.so
sudo ln -s libcap.so.2 /lib/i386-linux-gnu/libcap.so
sudo ln -s libonig.so.5 /lib/i386-linux-gnu/libonig.so
# Work around https://github.com/actions/runner-images/issues/9491
sudo sysctl vm.mmap_rnd_bits=28
- name: Run tests
run: |
Expand Down

0 comments on commit 906009b

Please sign in to comment.