Skip to content

Commit

Permalink
fix(github/workflows:benchmarking): checkout before cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Mar 30, 2024
1 parent fde0852 commit ff658a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Build Target
runs-on: [self-hosted, builder]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-target-cache
- uses: actions/checkout@v4
- run: just build-local runtime-benchmarks
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ff658a0

Please sign in to comment.