From 89197fed9212562dc2338fec25939d7eb725da64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrianna=20Pi=C5=84ska?= Date: Thu, 18 Jul 2024 14:10:33 +0200 Subject: [PATCH] Remove workaround to see if CI still works --- .github/workflows/continuous_integration.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 2787d118e..c314c2d75 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -28,11 +28,6 @@ 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: |