Skip to content

Commit a3b939c

Browse files
authored
updates windows box
1 parent 671f60b commit a3b939c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
6969
- name: Build
7070
run: |
71-
docker run --rm dockcross/windows-static-x64:20191127-92bdbca > ./dockcross \
71+
docker run --rm dockcross/windows-static-x64:20221217-6afd127 > ./dockcross \
7272
&& chmod +x ./dockcross \
7373
&& ./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"
7474
env:

0 commit comments

Comments
 (0)