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

Commit 41eba42

Browse files
authored
build with compatible-distro option and without sudo
1 parent d12594c commit 41eba42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-iso.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Install Build Essentials
2020
run: |
21-
sudo apt-get update
22-
sudo apt-get install -y \
21+
apt-get update
22+
apt-get install -y \
2323
git build-essential nasm xxd python3-pillow \
2424
autoconf automake bison flex gawk \
2525
libz-dev libcurl4-openssl-dev
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
# We use the pre-built cross-tools in the container
3030
# This saves hours of compilation time
31-
./configure --build-cross-tools x86_64 --cross-tools-source ../buildtools
31+
./configure --build-cross-tools x86_64 --cross-tools-source ../buildtools --distro-compatibility compatible
3232
3333
- name: Build SENryu ISO
3434
run: |

0 commit comments

Comments
 (0)