Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Apr 30, 2024
1 parent e3c5928 commit 6b260cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
# Save new `common` caches
merge-similar-caches:
name: Merge similar caches
needs: make-similar-caches
permissions:
actions: write
strategy:
Expand Down Expand Up @@ -205,6 +204,10 @@ jobs:
- name: List profile
run: nix profile list

# Uncomment to debug this job
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Check that the profile doesn't have anything apart from `nix`
shell: bash
run: |
Expand Down

0 comments on commit 6b260cc

Please sign in to comment.