Skip to content

Commit

Permalink
Update BuildTestImages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec authored Aug 24, 2024
1 parent e280c0f commit f0a845a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BuildTestImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install packer wget gettext
/usr/bin/packer plugins install github.com/solo-io/arm-image
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -77,6 +77,7 @@ jobs:
- name: Build ${{ matrix.id }}
run: |
cd pwnagotchi-snflpgs
packer init
sudo make langs
sudo make bases
sudo make ${{ matrix.id }}
Expand Down

0 comments on commit f0a845a

Please sign in to comment.