Skip to content

Commit ab324bb

Browse files
committed
.github: workflow updated, fixes
1 parent 5cd106f commit ab324bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Prebuild LUA for windows i686
26-
run: cd lua && ./download-lua.sh && ./build-mingw-i686.sh
26+
run: cd lua && ./build-mingw.sh i686-w64-mingw32 i686
2727

2828
- name: Prebuild LUA for windows x86_64
29-
run: cd lua && ./download-lua.sh && ./build-mingw-x86_64.sh
29+
run: cd lua && ./build-mingw.sh x86_64-w64-mingw32 x86_64
3030

3131
- name: Initialize venv
3232
run: virtualenv /tmp/build_venv && /tmp/build_venv/bin/pip --require-virtualenv install --upgrade pip build

0 commit comments

Comments
 (0)