File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Install dependencies
2424 run : |
2525 sudo apt-get update
26- sudo apt-get install lua5.1 libc6-dev-i386
26+ sudo apt-get install libc6-dev-i386
2727 - name : Build artifact
2828 run : make ${{ matrix.target }}
2929 - name : Upload artifact
4949 - name : Install dependencies
5050 run : |
5151 sudo apt-get update
52- sudo apt-get install lua5.1 libc6-dev-i386 gcc-mingw-w64
52+ sudo apt-get install libc6-dev-i386 gcc-mingw-w64
5353 - name : Build artifact
5454 run : make ${{ matrix.target }}
5555 env :
7676 - uses : actions/checkout@v3
7777 with :
7878 submodules : true
79- - name : Install dependencies
80- run : brew install lua@5.1
8179 - name : Build artifact
8280 run : make ${{ matrix.target }}
8381 env :
@@ -110,7 +108,7 @@ jobs:
110108 - name : Install dependencies
111109 run : |
112110 sudo apt-get update
113- sudo apt-get install lua5.1 libc6-dev-i386
111+ sudo apt-get install libc6-dev-i386
114112 - name : Setup NDK
115113 run : |
116114 $ANDROID_HOME/tools/bin/sdkmanager --install "ndk;$ANDROID_NDK_VERSION"
Original file line number Diff line number Diff line change 1818 - name : Install dependencies
1919 run : |
2020 sudo apt-get update
21- sudo apt-get install lua5.1 libc6-dev-i386
21+ sudo apt-get install libc6-dev-i386
2222 - name : Install Godot
2323 uses : vitorgus/setup-godot@v1
2424 with :
You can’t perform that action at this time.
0 commit comments