We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7614a5e commit 2c3db8aCopy full SHA for 2c3db8a
.github/workflows/build-ubuntu.yml
@@ -10,7 +10,6 @@ on:
10
- master
11
12
env:
13
- LUA_DIR: ./lua
14
MELONDS_GIT_BRANCH: ${{ github.ref }}
15
MELONDS_GIT_HASH: ${{ github.sha }}
16
MELONDS_BUILD_PROVIDER: GitHub Actions
@@ -38,6 +37,7 @@ jobs:
38
37
luaVersion: "5.5.0"
39
40
- name: Install dependencies
+ run: whereis lua
41
run: |
42
sudo apt update
43
sudo apt install --allow-downgrades cmake ninja-build extra-cmake-modules libpcap0.8-dev libsdl2-dev libenet-dev \
0 commit comments