Skip to content

Commit

Permalink
fix loadtest checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Nov 16, 2021
1 parent 0144863 commit 8424d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
shell: script -qec "bash --noprofile --norc -eo pipefail {0}"
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v13
- uses: cachix/cachix-action@v10
with:
Expand Down Expand Up @@ -100,6 +98,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v13
- uses: cachix/cachix-action@v10
with:
Expand Down

0 comments on commit 8424d21

Please sign in to comment.