Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorovon authored Mar 17, 2024
1 parent 3268213 commit bd2224c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:

steps:
- name: Workaround For clang-15 builds
- run: sudo sysctl vm.mmap_rnd_bits=28
run: sudo sysctl vm.mmap_rnd_bits=28

- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

steps:
- name: Workaround For clang-15 builds
- run: sudo sysctl vm.mmap_rnd_bits=28
run: sudo sysctl vm.mmap_rnd_bits=28

- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

steps:
- name: Workaround For clang-15 builds
- run: sudo sysctl vm.mmap_rnd_bits=28
run: sudo sysctl vm.mmap_rnd_bits=28

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit bd2224c

Please sign in to comment.