Skip to content

Commit

Permalink
Merge pull request #228 from kubilus1/certup
Browse files Browse the repository at this point in the history
Update certs
  • Loading branch information
kubilus1 authored Jun 24, 2023
2 parents 9a1af6a + 0dd663e commit 3d615c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y make
sudo apt-get update && sudo apt-get install -y make ca-certificates
sudo update-ca-certificates
- name: Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y make
sudo apt-get update && sudo apt-get install -y make ca-certificates
sudo update-ca-certificates
- name: Build
run: |
Expand Down

0 comments on commit 3d615c6

Please sign in to comment.