diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7f5c484..75fcbbda 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,7 +148,6 @@ jobs: # Save new `common` caches merge-similar-caches: name: Merge similar caches - needs: make-similar-caches permissions: actions: write strategy: @@ -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: |