Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Feb 13, 2024
1 parent c6cdd07 commit a7fb135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get install -y qemu-user-static
- name: Build image
run: |
sudo ./build-docker.sh
Expand Down

0 comments on commit a7fb135

Please sign in to comment.