Skip to content

Commit f71a350

Browse files
committed
ci: switch back to the original std-action, and correct nixbuild-action ref. in diff
1 parent ef8f43b commit f71a350

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/std.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,14 @@ jobs:
196196
run: |
197197
echo commit: ${{ github.sha }}
198198
- name: Manual NixBuild.net
199+
if: matrix.target != 'dummy-target'
199200
shell: bash
200201
run: |
202+
# We trigger this manually, because some integration has broken between std-action and nixbuild.net:
201203
nix build --no-link --print-build-logs --log-format raw-with-logs \
202204
--eval-store auto --builders "''" --store ssh-ng://eu.nixbuild.net \
203205
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
205207
if: matrix.target != 'dummy-target'
206208
with: { ffBuildInstructions: true, remoteStore: 'ssh-ng://eu.nixbuild.net' }
207209

@@ -216,7 +218,7 @@ jobs:
216218
steps:
217219
- uses: actions/checkout@v4
218220
- uses: nixbuild/nix-quick-install-action@v30
219-
- uses: nixbuild/nixbuild-action@20
221+
- uses: nixbuild/nixbuild-action@v20
220222
with:
221223
nixbuild_token: ${{ secrets.NIXBUILD_TOKEN }}
222224
generate_summary_for: job
@@ -321,7 +323,7 @@ jobs:
321323
steps:
322324
- uses: actions/checkout@v4
323325
- uses: nixbuild/nix-quick-install-action@v30
324-
- uses: nixbuild/nixbuild-action@20
326+
- uses: nixbuild/nixbuild-action@v20
325327
with:
326328
nixbuild_token: ${{ secrets.NIXBUILD_TOKEN }}
327329
generate_summary_for: job

0 commit comments

Comments
 (0)