Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
  • Loading branch information
obrix committed Feb 14, 2024
1 parent f207f07 commit b33a5fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
tar xf /tmp/apache-maven-*.tar.gz -C /opt
echo /opt/apache-maven-3.9.6/bin >> $GITHUB_PATH
- name: Checkout powsybl-optimizer sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-optimizer
ref: refs/heads/add_resources_path

- name: Build and install powsybl-optimizer with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-optimizer/pom.xml install

- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
Expand Down

0 comments on commit b33a5fd

Please sign in to comment.