From f9159e63166f6595c01b6aad8eaecc1ac5eec270 Mon Sep 17 00:00:00 2001 From: Stefan Kapferer Date: Tue, 13 Feb 2024 17:07:31 +0100 Subject: [PATCH] workflow: checkout src --- .github/workflows/master.yml | 1 + .github/workflows/master_temp_test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 07b7931..9a6162e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -86,6 +86,7 @@ jobs: runs-on: ubuntu-latest needs: [ build ] steps: + - uses: actions/checkout@v3 - uses: actions/cache@v2 id: target-cache with: diff --git a/.github/workflows/master_temp_test.yml b/.github/workflows/master_temp_test.yml index 03c4855..ab975bc 100644 --- a/.github/workflows/master_temp_test.yml +++ b/.github/workflows/master_temp_test.yml @@ -34,6 +34,7 @@ jobs: runs-on: ubuntu-latest needs: [ build ] steps: + - uses: actions/checkout@v3 - uses: actions/cache@v2 id: target-cache with: