Skip to content

Commit

Permalink
Fixes to Radar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent d3b8c63 commit 4de6a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: zulu
- name: Setup up MSYS2 (Windows)
uses: msys2/setup-msys2@v2
- name: Add MSYS64 to PATH (Windows)
if: runner.os == 'Windows'
run: echo "C:\msys64\usr\bin" >> $GITHUB_PATH
- uses: matlab-actions/setup-matlab@v1
- run: echo $env:path
if: runner.os == 'Windows'
- name: Setup Radar Waveform code
run: |
cd native/Radar/bin
Expand Down
2 changes: 2 additions & 0 deletions native/Radar/bin/startEval.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
function [] = startEval(nvars, nobjs, ncons, functionHandle, port)

disp('Starting...');

if ~libisloaded('libmoeaframework')
loadlibrary('libmoeaframework', 'moeamatlab.h');
end
Expand Down

0 comments on commit 4de6a43

Please sign in to comment.