mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2024-11-08 17:09:17 +01:00
Add missing sudo in ci.yml
This commit is contained in:
parent
cf5d59cd43
commit
9abc602848
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -240,7 +240,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install TCC
|
||||
run: apt-get install -y tcc
|
||||
run: sudo apt-get install -y tcc
|
||||
- name: compile
|
||||
run: >
|
||||
tcc -shared -O3 -o libblake3.so \
|
||||
|
Loading…
Reference in New Issue
Block a user