From 8be149e02fa61f027858d2bccf6747dd3d163565 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 18:46:19 -0500 Subject: [PATCH] use checkout earlier --- .github/workflows/ant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 852b535..0cbb551 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -14,10 +14,10 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 + - uses: actions/checkout@v4 - run: apt-get update - run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - run: find . -name *.sh -exec unix2dos {} \; - - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -74,10 +74,10 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 + - uses: actions/checkout@v4 - run: apt-get update - run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - run: find . -name *.sh -exec unix2dos {} \; - - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 with: