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 3a55471 commit a7ec81aCopy full SHA for a7ec81a
.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: make install
+ run: sudo 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