We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadce47 commit 3a55471Copy full SHA for 3a55471
.github/workflows/nightly.yml
@@ -124,7 +124,7 @@ jobs:
124
export PATH="/usr/local/opt/bison/bin:$PATH"
125
make -j$(sysctl -n hw.logicalcpu) >/dev/null
126
- name: make install
127
- run: sudo make install
+ run: make install
128
- name: Test
129
uses: ./.github/actions/test-macos
130
- name: Test Tracing JIT
.github/workflows/push.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments