Skip to content

Commit

Permalink
fix: overview workflow missing checkout (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb authored May 24, 2024
1 parent 97bd471 commit 8d69f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v4'
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14
with: { name: 'ngi' }
Expand Down

0 comments on commit 8d69f3a

Please sign in to comment.