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 f4feb61 commit ef8f43bCopy full SHA for ef8f43b
.github/workflows/std.yml
@@ -195,6 +195,12 @@ jobs:
195
shell: bash
196
run: |
197
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
204
- uses: michalrus/std-action/run@debug2
205
if: matrix.target != 'dummy-target'
206
with: { ffBuildInstructions: true, remoteStore: 'ssh-ng://eu.nixbuild.net' }
0 commit comments