diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 832f24501..cd2f66566 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -147,11 +147,6 @@ jobs: libssl-dev \ ninja-build \ npm - - name: Temporary workaround for sanitizer crashes - # https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-14/+bug/2048768 - # https://github.com/actions/runner-images/issues/9491 - # https://github.com/actions/runner-images/pull/9513 - run: sudo sysctl vm.mmap_rnd_bits=28 - name: Get Source uses: actions/checkout@v4 with: