mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add ca-certificates as a dependency to the CI
This commit is contained in:
@@ -31,6 +31,10 @@ runs:
|
|||||||
sudo apt clean
|
sudo apt clean
|
||||||
docker system prune -a --volumes
|
docker system prune -a --volumes
|
||||||
|
|
||||||
|
- name: Install apt dependencies
|
||||||
|
shell: bash
|
||||||
|
run: sudo apt install -y ca-certificates
|
||||||
|
|
||||||
- name: Install Protobuf
|
- name: Install Protobuf
|
||||||
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
|
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user