1
0
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:
Giovanni 2022-10-12 00:27:22 +02:00 committed by GitHub
parent cf5d59cd43
commit 9abc602848
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \