From 608e2cde71483bebf7d037f88b829cad7f5144df Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 27 Oct 2023 11:31:58 +0200 Subject: [PATCH] Fix units --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd4c608..172b92f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,6 +47,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 - name: Download container image artifact uses: actions/download-artifact@v3 with: