Skip to content

Commit

Permalink
Fix Windows add path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent b5aa0f0 commit 23e07cb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ jobs:
distribution: zulu
- name: Add MSYS64 to PATH (Windows only)
if: runner.os == 'Windows'
run: |
ls -R C:\msys64
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
- name: Which wget
run: |
set PATH=C:\msys64\usr\bin;%PATH%
which wget
run: Add-Content $env:GITHUB_PATH "C:\msys64\usr\bin"
- uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code
run: |
Expand Down

0 comments on commit 23e07cb

Please sign in to comment.