Skip to content

Commit

Permalink
Setup MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent c64a6a5 commit 63b7f91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- name: Setup up MSYS2 (Windows)
uses: msys2/setup-msys2@v2
if: runner.os == 'Windows'
- uses: matlab-actions/setup-matlab@v1
- name: Display Matlab help
run: matlab -h
- name: Setup Radar Waveform code
shell: bash
run: |
cd native/Radar/bin
wget https://perspectival-classi.000webhostapp.com/code/radar_many.zip \
Expand Down

0 comments on commit 63b7f91

Please sign in to comment.