From 84898a79d2e90da9f014903d46af8d131ae40fe1 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Wed, 18 Sep 2024 05:32:51 -0600 Subject: [PATCH] It's 5:30am... --- .github/workflows/check.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 96e8a4b..d15d0dd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,19 +12,19 @@ jobs: contents: write id-token: write steps: - - name: My repo - uses: actions/checkout@v4 - with: - submodules: 'recursive' - path: 'main' - - name: Checkout anura uses: actions/checkout@v4 with: repository: 'mercuryworkshop/anuraos' submodules: 'recursive' ref: 'v2.0' - path: 'anuraos' + path: 'anuraos' + + - name: My repo + uses: actions/checkout@v4 + with: + submodules: 'recursive' + path: 'main' - name: Install other silly deps run: sudo apt update && sudo apt install inotify-tools binaryen wget make gcc uuid-runtime jq