Skip to content

Commit 3a55471

Browse files
committed
remove sudo
1 parent cadce47 commit 3a55471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
export PATH="/usr/local/opt/bison/bin:$PATH"
125125
make -j$(sysctl -n hw.logicalcpu) >/dev/null
126126
- name: make install
127-
run: sudo make install
127+
run: make install
128128
- name: Test
129129
uses: ./.github/actions/test-macos
130130
- name: Test Tracing JIT

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
export PATH="/usr/local/opt/bison/bin:$PATH"
7676
make -j$(sysctl -n hw.logicalcpu) >/dev/null
7777
- name: make install
78-
run: sudo make install
78+
run: make install
7979
- name: Test
8080
uses: ./.github/actions/test-macos
8181
- name: Test Tracing JIT

0 commit comments

Comments
 (0)