Skip to content

Commit

Permalink
GitHub Actions: Don't download/extract the xqt platform artifact as t…
Browse files Browse the repository at this point in the history
…his is no longer used/built.
  • Loading branch information
rhdunn committed Nov 20, 2024
1 parent df73475 commit 678533c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ jobs:
with:
gradle-version: ${{ env.GRADLE_VERSION }}

- name: Download XQT Platform Artifacts
if: ${{ env.XQT_PLATFORM == 'master' }}
uses: actions/[email protected]
with:
name: xqt-platform-jvm-${{ matrix.java-version }}

- name: Extract XQT Platform Artifacts to Maven Local
if: ${{ env.XQT_PLATFORM == 'master' }}
run: |
mkdir -p ~/.m2/repository/xqt-platform
tar -xvf xqt-platform-jvm-${{ matrix.java-version }}.tar -C ~/.m2/repository/xqt-platform
- name: Build
run: gradle :assemble

Expand Down

0 comments on commit 678533c

Please sign in to comment.