Skip to content

Commit b3021e8

Browse files
committed
CI: fix syntax error in workflow
Commit fa6299e introduced a syntax error in test-nix-install.yml. This went unnoticed because GitHub's UI sucks pearl balls and doesn't show you syntax errors at all. Fix the syntax error.
1 parent fa6299e commit b3021e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-nix-install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v2
18-
- name: checkout
1918

2019
- name: install nix
2120
uses: cachix/install-nix-action@v12

0 commit comments

Comments
 (0)