Skip to content

Commit 1368c98

Browse files
committed
Move 'Test libfaketime works' step above checkout.
1 parent dfea907 commit 1368c98

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,11 +17,6 @@ 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-
2520
- name: Test libfaketime works
2621
run: |
2722
export FAKETIME=$(TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%d %H:%M:%S' --format="%cd")
@@ -34,6 +29,11 @@ jobs:
3429
exit 1
3530
fi
3631
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)