Skip to content

Commit 72dd4a8

Browse files
committed
missing 'steps' in build.yml
1 parent c175182 commit 72dd4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
steps:
1011
- uses: actions/checkout@v4
1112
- uses: DeterminateSystems/nix-installer-action@main
1213
- run: nix profile install nixpkgs#cachix

0 commit comments

Comments
 (0)