Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 3, 2024
1 parent 4326b93 commit 2d9e72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- run: "echo \"${PATH}:${GOHOME}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
- run: "sudo apt-add-repository ppa:longsleep/golang-backports"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo golang-1.21 make npm"
- run: "make -f install.mk"
#
Expand Down

0 comments on commit 2d9e72a

Please sign in to comment.