We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a3cb0 commit b27f3ecCopy full SHA for b27f3ec
.github/workflows/tests.yml
@@ -20,6 +20,12 @@ jobs:
20
- ubuntu-22.04
21
runs-on: ${{ matrix.os }}
22
steps:
23
+ # TODO(mihalicyn): Remove once the following is fixed:
24
+ # https://github.com/actions/runner-images/issues/9491
25
+ - name: Reduce ASLR entropy as a temporary workaround
26
+ run: |
27
+ sudo sysctl -w vm.mmap_rnd_bits=28
28
+
29
- name: Checkout code
30
uses: actions/checkout@v2
31
@@ -63,6 +69,12 @@ jobs:
63
69
64
70
65
71
72
73
74
75
76
77
66
78
67
79
68
80
0 commit comments