Skip to content

Commit

Permalink
More updates to Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 30, 2023
1 parent e2ba665 commit 3627501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: make -C native
- name: Build and test with Maven
run: mvn package
- name: Test with latest MOEA Framework JAR
shell: bash
- name: Test with latest MOEA Framework JAR (Linux only)
if: runner.os == 'Linux'
run: |
VERSION=$(curl https://api.github.com/repos/MOEAFramework/MOEAFramework/releases/latest | jq '.tag_name' | grep -oEi '[0-9]+\.[0-9]+(\.[0-9]+)?')
wget https://github.com/MOEAFramework/MOEAFramework/releases/download/v${VERSION}/MOEAFramework-${VERSION}.tar.gz
Expand Down

0 comments on commit 3627501

Please sign in to comment.