Skip to content

Commit db55d8f

Browse files
sudo
1 parent 7e282b3 commit db55d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./configure --enable-custom_cast
3333

3434
- name: Make and install
35-
run: make -j"$(nproc)" install
35+
run: sudo make -j"$(nproc)" install
3636

3737
- name: Run tests
3838
run: >-

0 commit comments

Comments
 (0)