Skip to content

Commit

Permalink
attempt to fix CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
confluence committed Sep 11, 2024
1 parent 3e1f9e1 commit 5f1ad48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
uname -a
lsb_release -a
# TODO temporary workaround for https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy
run: |
sysctl -w vm.mmap_rnd_bits=28
- name: Build backend
shell: bash
run: |
Expand Down

0 comments on commit 5f1ad48

Please sign in to comment.