Skip to content

Commit

Permalink
CI: fix sanitizer error.
Browse files Browse the repository at this point in the history
added: run: sudo sysctl vm.mmap_rnd_bits=28

Signed-off-by: Juergen Repp <[email protected]>
  • Loading branch information
JuergenReppSIT committed Mar 20, 2024
1 parent 7709c5b commit 5d79159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Action
uses:
tpm2-software/ci/runCI@main
Expand Down

0 comments on commit 5d79159

Please sign in to comment.