From dac6df100d61d477d847726b85765b34e62669f0 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 4 May 2024 18:46:32 +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 48641f4..938a8a3 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 1b562e9..5e14f9f 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 17360ca..fa384bf 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 eb34308..28dc16b 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 83f1502..35c10ff 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