Skip to content

Commit 31eaedd

Browse files
committed
?
1 parent 568ccad commit 31eaedd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
with:
1717
name: nix-community
1818
- uses: DeterminateSystems/magic-nix-cache-action@v9
19-
- name: Activate devshell
20-
run: nix print-dev-env .#ci >> "$GITHUB_ENV"
19+
- name: activate-nix
20+
run: nix develop ".#ci" --print-build-logs --command bash -c 'cat >>"$GITHUB_PATH" <<<"$PATH"'
2121
- run: task vet
2222
- run: task test
2323
- run: task lint

0 commit comments

Comments
 (0)