We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd106f commit ab324bbCopy full SHA for ab324bb
1 file changed
.github/workflows/publish.yml
@@ -23,10 +23,10 @@ jobs:
23
persist-credentials: false
24
25
- name: Prebuild LUA for windows i686
26
- run: cd lua && ./download-lua.sh && ./build-mingw-i686.sh
+ run: cd lua && ./build-mingw.sh i686-w64-mingw32 i686
27
28
- name: Prebuild LUA for windows x86_64
29
- run: cd lua && ./download-lua.sh && ./build-mingw-x86_64.sh
+ run: cd lua && ./build-mingw.sh x86_64-w64-mingw32 x86_64
30
31
- name: Initialize venv
32
run: virtualenv /tmp/build_venv && /tmp/build_venv/bin/pip --require-virtualenv install --upgrade pip build
0 commit comments