Skip to content

Commit

Permalink
Add apt update in pr_build.yml (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Dec 4, 2023
1 parent cd075a1 commit f41a440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
wget -q https://github.com/usbarmory/tamago-go/releases/download/tamago-go${TAMAGO_VERSION}/tamago-go${TAMAGO_VERSION}.linux-amd64.tar.gz
sudo tar -xf tamago-go${TAMAGO_VERSION}.linux-amd64.tar.gz -C /
sudo apt update
sudo apt install binutils-arm-none-eabi protobuf-compiler signify-openbsd u-boot-tools
go install google.golang.org/protobuf/cmd/[email protected]
echo "${HOME}/go/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit f41a440

Please sign in to comment.