Skip to content

Commit c1cd0c1

Browse files
authored
Merge pull request #10 from JuliaPerf/ci
CI: fix perf access permissions
2 parents 280aef3 + 3a671fc commit c1cd0c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- x64
2020
steps:
2121
- uses: actions/checkout@v2
22+
- name: Set paranoia
23+
run: sudo sysctl -w kernel.perf_event_paranoid=0
2224
- uses: julia-actions/setup-julia@v1
2325
with:
2426
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)