Skip to content

Commit abf936b

Browse files
committed
fix brew lua
1 parent 7fc9380 commit abf936b

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ jobs:
107107
chmod +x src/test/resources/lua53
108108
fi
109109
110-
- name: Install Lua 5.3 compiler (macOS)
110+
- name: Install Lua compiler (macOS)
111111
if: runner.os == 'macOS'
112112
env:
113113
HOMEBREW_NO_AUTO_UPDATE: '1'
114114
shell: bash
115-
run: |
116-
brew install lua@5.3
117-
echo "$(brew --prefix lua@5.3)/bin" >> "$GITHUB_PATH"
115+
run: brew install lua
118116

119117
- name: Run tests
120118
shell: bash

de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ private String getLuacExecutable() {
696696
candidates.add(cpUnix);
697697
}
698698
candidates.add("luac53");
699-
candidates.add("luac5.3");
700699
candidates.add("luac");
701700
}
702701

0 commit comments

Comments
 (0)