From a65e8d00e96c85dbaf4779700598af9bfa57d215 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 4 May 2024 18:46:29 +0000 Subject: [PATCH] Update workflows. --- .github/workflows/deploy.linux.temurin.lts.yml | 2 ++ .github/workflows/main.linux.temurin.current.yml | 2 ++ .github/workflows/main.linux.temurin.lts.yml | 2 ++ .github/workflows/main.windows.temurin.current.yml | 2 ++ .github/workflows/main.windows.temurin.lts.yml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/.github/workflows/deploy.linux.temurin.lts.yml b/.github/workflows/deploy.linux.temurin.lts.yml index c009cce..1229196 100644 --- a/.github/workflows/deploy.linux.temurin.lts.yml +++ b/.github/workflows/deploy.linux.temurin.lts.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - name: JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index b6efa19..e5208ad 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - name: JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 620ca64..0e917d3 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - name: JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 653b1e7..99203b9 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -11,6 +11,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - name: JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 66872d1..cc75ba9 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -11,6 +11,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - name: JDK uses: actions/setup-java@v4