We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9699e32 commit e005634Copy full SHA for e005634
.github/workflows/test-shared.yml
@@ -144,6 +144,12 @@ jobs:
144
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
145
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
146
147
+ - name: Load shell.nix
148
+ if: github.event_name == 'workflow_dispatch'
149
+ run: |
150
+ curl -fsSLo shell.nix "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/shell.nix"
151
+ curl -fsSLo tools/nix/pkgs.nix "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/nix/pkgs.nix"
152
+
153
- name: Load shell.nix
154
if: github.event_name != 'workflow_dispatch'
155
run: |
0 commit comments