Skip to content

Commit

Permalink
[Build] Adapt build-job in workflow to equinox.launcher.tests conversion
Browse files Browse the repository at this point in the history
Add the missing environment variable.
  • Loading branch information
HannesWell committed Apr 9, 2024
1 parent 825c69f commit 865012e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
maven-version: 3.9.6
- name: Build with Maven
uses: coactions/setup-xvfb@v1
env:
EQUINOX_BINARIES_LOC: ${{ github.workspace }}/rt.equinox.binaries
with:
run: >-
mvn
Expand Down

0 comments on commit 865012e

Please sign in to comment.