Skip to content

Commit

Permalink
Add ca-certificates as a dependency to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 28, 2023
1 parent f02db19 commit a3278df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3278df

Please sign in to comment.