Skip to content

Commit 9516400

Browse files
committed
fixup: quick update, squash later
1 parent a570441 commit 9516400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
"
3636
apt-get -y update &&
3737
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build locales-all cpanminus git attr libattr1-dev &&
38-
runuser -u qemuci -- cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON &&
39-
runuser -u qemuci -- cmake --build .deps &&
40-
runuser -u qemuci -- cmake -B build -G Ninja -D CI_BUILD=ON -D PREFER_LUA=ON
38+
cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON &&
39+
cmake --build .deps &&
40+
cmake -B build -G Ninja -D CI_BUILD=ON -D PREFER_LUA=ON
4141
"
4242
- run: ls
4343
# - uses: actions/checkout@v3

0 commit comments

Comments
 (0)