Skip to content

Commit

Permalink
Success which
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent d74fca0 commit 9d6a988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: |
ls -R C:\msys64
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
- run: which wget
- run: which wget.exe
- name: Which wget
run: |
which wget || true
which wget.exe || true
- uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code
run: |
Expand Down

0 comments on commit 9d6a988

Please sign in to comment.