@@ -196,12 +196,14 @@ jobs:
196
196
run : |
197
197
echo commit: ${{ github.sha }}
198
198
- name : Manual NixBuild.net
199
+ if : matrix.target != 'dummy-target'
199
200
shell : bash
200
201
run : |
202
+ # We trigger this manually, because some integration has broken between std-action and nixbuild.net:
201
203
nix build --no-link --print-build-logs --log-format raw-with-logs \
202
204
--eval-store auto --builders "''" --store ssh-ng://eu.nixbuild.net \
203
205
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
206
+ - uses : divnix /std-action/run@main
205
207
if : matrix.target != 'dummy-target'
206
208
with : { ffBuildInstructions: true, remoteStore: 'ssh-ng://eu.nixbuild.net' }
207
209
@@ -216,7 +218,7 @@ jobs:
216
218
steps :
217
219
- uses : actions/checkout@v4
218
220
- uses : nixbuild/nix-quick-install-action@v30
219
- - uses : nixbuild/nixbuild-action@20
221
+ - uses : nixbuild/nixbuild-action@v20
220
222
with :
221
223
nixbuild_token : ${{ secrets.NIXBUILD_TOKEN }}
222
224
generate_summary_for : job
@@ -321,7 +323,7 @@ jobs:
321
323
steps :
322
324
- uses : actions/checkout@v4
323
325
- uses : nixbuild/nix-quick-install-action@v30
324
- - uses : nixbuild/nixbuild-action@20
326
+ - uses : nixbuild/nixbuild-action@v20
325
327
with :
326
328
nixbuild_token : ${{ secrets.NIXBUILD_TOKEN }}
327
329
generate_summary_for : job
0 commit comments