You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,15 @@ runs:
158
158
shell: bash
159
159
run: |
160
160
devbox run --config=${{ inputs.project-path }} -- echo "Packages installed!"
161
+
162
+
- name: List nix store cache on failure
163
+
shell: bash
164
+
if: failure()
165
+
env:
166
+
GH_TOKEN: ${{ github.token }}
167
+
run: |
168
+
echo "It is likely that nix has shipped a backwards incompatible change. You can either specify the 'nix-version', or proceed to the actions tab and manually delete the cache:"
0 commit comments