Skip to content

Commit 6f459a2

Browse files
authored
Update ninecraft-arm-linux-build.yml
1 parent 0cf388c commit 6f459a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ninecraft-arm-linux-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ jobs:
2727
apt update
2828
apt install -y git make cmake unzip python3-jinja2 zenity gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libopenal-dev:armhf libx11-dev:armhf libxrandr-dev:armhf libxinerama-dev:armhf libxcursor-dev:armhf libxi-dev:armhf libgl-dev:armhf libwayland-dev:armhf libpulse-dev:armhf libxkbcommon-dev:armhf libegl-dev:armhf
2929
30-
- name: Gather Submodules
31-
run: |
32-
cd ${{github.workspace}}
33-
git submodule update --init
30+
- name: Clone Git Repo
31+
run: git clone http://github.com/MCPI-Revival/Ninecraft --recursive
3432

3533
- name: Build
3634
run: |
35+
cd Ninecraft
3736
make build-arm
3837
3938
- name: Upload Artifact
4039
uses: actions/upload-artifact@v4
4140
with:
4241
name: ninecraft
43-
path: build-arm/ninecraft/ninecraft
42+
path: Ninecraft/build-arm/ninecraft/ninecraft

0 commit comments

Comments
 (0)