Skip to content

Commit

Permalink
[ci] debug windows pkg install image
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 26, 2024
1 parent 05b71ea commit cd544a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Install octave-image (Windows)
if: ${{ runner.os == 'Windows' }}
run: |
curl -v --retry 3 -kL https://mcx.space/wiki/upload/image-2.14.0.tar.gz --output image-2.14.0.tar.gz
octave-cli --eval "pkg install image-2.14.0.tar.gz"
curl --retry 3 -kL https://mcx.space/wiki/upload/image-2.14.0.tar.gz --output image-2.14.0.tar.gz
octave-cli --version
octave-cli --eval "pkg install -verbose image-2.14.0.tar.gz"
- name: Install octave-image (MacOS)
if: ${{ runner.os == 'MacOS' }}
run: octave-cli --eval "pkg install -forge image"
Expand Down

0 comments on commit cd544a0

Please sign in to comment.