There was an error while loading. Please reload this page.
1 parent 671f60b commit a3b939cCopy full SHA for a3b939c
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
69
- name: Build
70
run: |
71
- docker run --rm dockcross/windows-static-x64:20191127-92bdbca > ./dockcross \
+ docker run --rm dockcross/windows-static-x64:20221217-6afd127 > ./dockcross \
72
&& chmod +x ./dockcross \
73
&& ./dockcross -a "-e RELEASE_OS=$RELEASE_OS -e RELEASE_VERSION=$RELEASE_VERSION" bash -c "make -f Makefile.release install_zlib && make -f Makefile.release build && make -f Makefile.release compile_release_$RELEASE_OS"
74
env:
0 commit comments