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 7e282b3 commit db55d8fCopy full SHA for db55d8f
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./configure --enable-custom_cast
33
34
- name: Make and install
35
- run: make -j"$(nproc)" install
+ run: sudo make -j"$(nproc)" install
36
37
- name: Run tests
38
run: >-
0 commit comments