Skip to content

Commit

Permalink
[ci] print vcomp1xx.dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 21, 2024
1 parent d033755 commit 4f1335c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
run: |
[[ -f mcxlab/mcx.mex ]] && mv mcxlab/mcx.mex mcxlab/octave/${{ env.OCTAVE_ARCH }}
if [[ "$RUNNER_OS" == "Windows" ]]; then
ls '/c/Windows/System32/vcomp1*.dll'
upx/upx-4.0.2-win64/upx mcxlab/mcx.mex*
7z a -tzip packages/mcxlab-${{ env.RELEASE_TAG }}.zip mcxlab
else
Expand Down

0 comments on commit 4f1335c

Please sign in to comment.