Skip to content

Commit ef8f43b

Browse files
committed
ci: try triggering a manual NixBuild.net build
1 parent f4feb61 commit ef8f43b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/std.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ jobs:
195195
shell: bash
196196
run: |
197197
echo commit: ${{ github.sha }}
198+
- name: Manual NixBuild.net
199+
shell: bash
200+
run: |
201+
nix build --no-link --print-build-logs --log-format raw-with-logs \
202+
--eval-store auto --builders "''" --store ssh-ng://eu.nixbuild.net \
203+
github:input-output-hk/cardano-js-sdk/${{ github.sha }}#__std.actions.x86_64-linux.cardano-services.oci-images.cardano-services.publish
198204
- uses: michalrus/std-action/run@debug2
199205
if: matrix.target != 'dummy-target'
200206
with: { ffBuildInstructions: true, remoteStore: 'ssh-ng://eu.nixbuild.net' }

0 commit comments

Comments
 (0)