Skip to content

Commit 3a671fc

Browse files
committed
use sudo sysctl to set kernel.perf_event_paranoid=0
try fix yml syntax assume sudo is available tmate interactive debugging of CI ghaction move entry point disable interactivity
1 parent 280aef3 commit 3a671fc

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)