Skip to content

Commit

Permalink
Add which
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent b7a6a6f commit d74fca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- name: Add MSYS64 to PATH (Windows)
- name: Add MSYS64 to PATH (Windows only)
if: runner.os == 'Windows'
run: |
ls -R C:\msys64
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
- run: which wget
- run: which wget.exe
- uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code
run: |
Expand All @@ -34,6 +36,7 @@ jobs:
cp web_code/testpris.p testpris.p
- name: Test Radar Waveform code
run: |
cd native/Radar/bin
matlab -r "startEval(8,9,0,'radar','20000')"
- name: Build native programs
run: make -C native
Expand Down

0 comments on commit d74fca0

Please sign in to comment.