Skip to content

Commit

Permalink
Do apt upgrade before pulling tools as actions are sad
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jan 8, 2024
1 parent df76e72 commit 1014dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
go-version: "1.21.0"

- name: Install build tools
run: sudo apt update && sudo apt upgrade

- name: Install build tools
run: sudo apt install -y make wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev

Expand Down

0 comments on commit 1014dd7

Please sign in to comment.