Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit f82230a

Browse files
Update build.yml
1 parent 1a9b4fb commit f82230a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Start Building (x86_64)"
3737
run: |
3838
cd MiceWine-RootFS-Generator
39-
./build-all.sh x86_64 --ci --hide-host-include
39+
./build-all.sh x86_64 --ci
4040
cd logs
4141
7z a /home/runner/MiceWine-RootFS-x86_64-Logs.zip
4242
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Start Building (aarch64)"
5555
run: |
5656
cd MiceWine-RootFS-Generator
57-
./build-all.sh aarch64 --ci --hide-host-include
57+
./build-all.sh aarch64 --ci
5858
cd logs
5959
7z a /home/runner/MiceWine-RootFS-aarch64-Logs.zip
6060

0 commit comments

Comments
 (0)