mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
ci: fix TinyCC job by refreshing APT repos (#6636)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
parent
689bafb7a4
commit
18d414f7d6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tcc.yml
vendored
1
.github/workflows/tcc.yml
vendored
|
|
@ -62,6 +62,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt-get --assume-yes install python3-wheel python3-setuptools pkgconf libcurl4-openssl-dev libarchive-dev
|
||||
sudo python3 -m pip install ninja
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue