Skip to content

Commit

Permalink
ci: fix nightly build error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Sep 15, 2024
1 parent 2e9e2ad commit 5c11998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
run-build: false
build-dir: build

- name: Configure Build Environment
run: |
sudo dpkg --add-architecture i386
sudo apt install gcc-multilib qemu-utils
- name: Build Images
run: |
cd build && make
Expand Down

0 comments on commit 5c11998

Please sign in to comment.