Skip to content

Commit

Permalink
Minor CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lockie committed Oct 20, 2023
1 parent bae7e26 commit a761fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
- name: Build package
# NOTE: Github actions fuck up Docker's ENTRYPOINT, hence this atrocity
run: set +e; . /opt/quasi-msys2/env/all.src; WINEPATH="Z:/ucrt64/bin;C:/Program Files (x86)/NSIS" PKG_CONFIG_PATH="Z:/ucrt64/lib/pkgconfig" CC=gcc-wrapper wine busybox sh ./package.sh windows
run: set +e; cd /opt/quasi-msys2/env; . /opt/quasi-msys2/env/all.src; cd -; WINEPATH="Z:/ucrt64/bin;C:/Program Files (x86)/NSIS" PKG_CONFIG_PATH="Z:/ucrt64/lib/pkgconfig" CC=gcc-wrapper wine busybox sh ./package.sh windows
- name: Archive package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a761fec

Please sign in to comment.