Skip to content

Commit

Permalink
workflow: checkout src
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Feb 13, 2024
1 parent 3d218cc commit f9159e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build ]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
id: target-cache
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master_temp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build ]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
id: target-cache
with:
Expand Down

0 comments on commit f9159e6

Please sign in to comment.