Skip to content

Commit a1f76f4

Browse files
committed
fixup: quick update, squash later
1 parent 932deb6 commit a1f76f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/arm.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ 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-
useradd --create-home qemuci &&
39-
chown -R qemuci. . &&
4038
runuser -u qemuci -- cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON &&
4139
runuser -u qemuci -- cmake --build .deps &&
4240
runuser -u qemuci -- cmake -B build -G Ninja -D CI_BUILD=ON -D PREFER_LUA=ON &&
43-
runuser -u qemuci -- make ${{ matrix.test }}
4441
"
45-
# - run: s
42+
- run: ls
4643
# - uses: actions/checkout@v3
4744
# with:
4845
# repository: 'neovim/neovim'

0 commit comments

Comments
 (0)