Skip to content

Commit 0b0b537

Browse files
committed
Revert "ci.yml: work around ASAN binaries crashing on ubuntu-latest"
This reverts commit fac589e since it is no longer needed.
1 parent b11736c commit 0b0b537

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ jobs:
117117
run: |
118118
sudo apt-get update
119119
sudo apt-get install -y $CRYPTOBENCH_DEPENDENCIES clang
120-
- name: Work around https://github.com/actions/runner-images/issues/9491
121-
run: sudo sysctl vm.mmap_rnd_bits=28
122120
- name: Build benchmark tool
123121
run: |
124122
cd benchmark

0 commit comments

Comments
 (0)