Skip to content

Commit

Permalink
ci: name the reinstallation step
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 22, 2023
1 parent df118d1 commit 12924d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
- name: "Reinstall devenv"
run: |
nix profile remove '.*'
nix profile install --accept-flake-config .
- name: Run tests
Expand Down

0 comments on commit 12924d4

Please sign in to comment.