Skip to content

Commit a5dcedd

Browse files
committed
7 not 6
1 parent d56282b commit a5dcedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-lua.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
3737
# Extract with verification
3838
tar xf lua.tar.gz
39-
if [ ! -d "lua-5.4.6" ]; then
39+
if [ ! -d "lua-5.4.7" ]; then
4040
echo "Extraction failed"
4141
exit 1
4242
fi
4343
44-
cd "lua-5.4.6"
44+
cd "lua-5.4.7"
4545
4646
# Create patches
4747
cat > lua-shared-lib.patch << 'EOF'

0 commit comments

Comments
 (0)