We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1368c98 commit 2ed9355Copy full SHA for 2ed9355
1 file changed
.github/workflows/LuaWatcom.yml
@@ -17,6 +17,11 @@ jobs:
17
sudo apt-get update
18
sudo apt-get install -y gcc libfaketime libreadline-dev lua5.4 make mtools zip
19
20
+ - uses: actions/checkout@v4
21
+ with:
22
+ submodules: recursive
23
+ fetch-depth: 0
24
+
25
- name: Test libfaketime works
26
run: |
27
export FAKETIME=$(TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%d %H:%M:%S' --format="%cd")
@@ -29,11 +34,6 @@ jobs:
29
34
exit 1
30
35
fi
31
36
32
- - uses: actions/checkout@v4
33
- with:
- submodules: recursive
- fetch-depth: 0
-
37
- name: Test Lua Core Demo Scripts function
38
39
lua demo/core/README.LUA
0 commit comments