Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YiraSan committed Jan 3, 2025
1 parent e6d3daa commit 4f41522
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ jobs:
sudo apt-get install -y xorriso
wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.2597+252c20310.tar.xz -O zig.tar.xz
tar -xf zig.tar.xz
mv zig-linux-x86_64-* /usr/local/zig
sudo ln -s /usr/local/zig/zig /usr/local/bin/zig
mv zig-linux-x86_64-*/zig ./zig
- name: q35 build
run: |
zig build -Ddevice=q35
./zig build -Ddevice=q35
mv ./zig-out/iso/violet.iso ./violet-q35.iso
- name: virt build
run: |
zig build -Ddevice=virt
./zig build -Ddevice=virt
mv ./zig-out/iso/violet.iso ./violet-virt.iso
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 4f41522

Please sign in to comment.