mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Add ca-certificates as a dependency to the CI
This commit is contained in:
parent
f02db19670
commit
a3278dfb31
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ runs:
|
|||
sudo apt clean
|
||||
docker system prune -a --volumes
|
||||
|
||||
- name: Install apt dependencies
|
||||
shell: bash
|
||||
run: sudo apt install -y ca-certificates
|
||||
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue