Skip to content

Commit 2ed9355

Browse files
committed
Revert "Move 'Test libfaketime works' step above checkout."
This reverts commit 1368c98.
1 parent 1368c98 commit 2ed9355

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
sudo apt-get update
1818
sudo apt-get install -y gcc libfaketime libreadline-dev lua5.4 make mtools zip
1919
20+
- uses: actions/checkout@v4
21+
with:
22+
submodules: recursive
23+
fetch-depth: 0
24+
2025
- name: Test libfaketime works
2126
run: |
2227
export FAKETIME=$(TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%d %H:%M:%S' --format="%cd")
@@ -29,11 +34,6 @@ jobs:
2934
exit 1
3035
fi
3136
32-
- uses: actions/checkout@v4
33-
with:
34-
submodules: recursive
35-
fetch-depth: 0
36-
3737
- name: Test Lua Core Demo Scripts function
3838
run: |
3939
lua demo/core/README.LUA

0 commit comments

Comments
 (0)