Skip to content

Commit 2c3db8a

Browse files
committed
Update build-ubuntu.yml
1 parent 7614a5e commit 2c3db8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- master
1111

1212
env:
13-
LUA_DIR: ./lua
1413
MELONDS_GIT_BRANCH: ${{ github.ref }}
1514
MELONDS_GIT_HASH: ${{ github.sha }}
1615
MELONDS_BUILD_PROVIDER: GitHub Actions
@@ -38,6 +37,7 @@ jobs:
3837
luaVersion: "5.5.0"
3938

4039
- name: Install dependencies
40+
run: whereis lua
4141
run: |
4242
sudo apt update
4343
sudo apt install --allow-downgrades cmake ninja-build extra-cmake-modules libpcap0.8-dev libsdl2-dev libenet-dev \

0 commit comments

Comments
 (0)