Add ca-certificates as a dependency to the CI

This commit is contained in:
Luke Parker 2023-10-28 00:45:00 -04:00
parent f02db19670
commit a3278dfb31
No known key found for this signature in database

View file

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