Skip to content

Commit

Permalink
updates windows box
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelsted authored Dec 19, 2022
1 parent 671f60b commit a3b939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}
- name: Build
run: |
docker run --rm dockcross/windows-static-x64:20191127-92bdbca > ./dockcross \
docker run --rm dockcross/windows-static-x64:20221217-6afd127 > ./dockcross \
&& chmod +x ./dockcross \
&& ./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"
env:
Expand Down

0 comments on commit a3b939c

Please sign in to comment.