Skip to content

Commit

Permalink
"Checkout oracle/graal" cannot be shared.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 4, 2024
1 parent f758a7b commit 5b893ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/build-graalvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout oracle/graal
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up environment variables
run: |
echo "GRAALVM_HOME=${{ github.workspace }}/graalvm" >> ${GITHUB_ENV}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
runs-on: ubuntu-20.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
steps:
- name: Checkout oracle/graal
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build GraalVM JDK
uses: ./.github/actions/build-graalvm
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
outputs:
matrix: ${{ steps.read.outputs.matrix }}
steps:
- name: Checkout oracle/graal
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build GraalVM JDK
uses: ./.github/actions/build-graalvm
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
runs-on: ubuntu-20.04
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
steps:
- name: Checkout oracle/graal
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build GraalVM JDK
uses: ./.github/actions/build-graalvm
with:
Expand Down

0 comments on commit 5b893ab

Please sign in to comment.