Skip to content

Commit da2ed45

Browse files
committed
Add workaround for actions/runner-images#9491
1 parent 7aeb002 commit da2ed45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
update: false
5858
release: false
5959
install: make gcc
60+
- name: 'Workaround for actions/runner-images#9491'
61+
if: runner.os == 'Linux'
62+
run: sudo sysctl vm.mmap_rnd_bits=28
6063
- name: 'Install Conan C/C++ package manager'
6164
id: install_conan
6265
shell: bash

0 commit comments

Comments
 (0)