Skip to content

Commit 48ebeca

Browse files
committed
fixup! tools: bump npkpkgs-unstable
1 parent 9699e32 commit 48ebeca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-shared.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
145145
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
146146
147+
- name: Load shell.nix
148+
if: github.event_name == 'workflow_dispatch'
149+
run: curl -fsSLo tools/nix/pkgs.nix "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/nix/pkgs.nix"
150+
147151
- name: Load shell.nix
148152
if: github.event_name != 'workflow_dispatch'
149153
run: |

0 commit comments

Comments
 (0)