Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
update ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed May 1, 2024
1 parent 520c5f4 commit d8b143d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package-raspberry-pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
with:
node-version: 20.x

- name: Set up further dependencies
run: apt-get install ca-certificates

- name: Build the frontend
run: npm install --global yarn && cd frontend && yarn install && yarn build:http && cd ..

- name: Get dependencies
run: update-ca-certificates && go get -v -t -d ./...
run: go get -v -t -d ./...

- name: Install cross-compiler
run: |
Expand Down

0 comments on commit d8b143d

Please sign in to comment.