Skip to content

Commit 9cd4537

Browse files
committed
Fix linux install checks
Env variables are in the wrong place, node20 issue
1 parent 4893428 commit 9cd4537

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,17 @@ jobs:
545545
name: "Install-check: ${{ matrix.os.label }}/${{ matrix.arch.label }}"
546546
continue-on-error: ${{ !!matrix.os.xfail }}
547547

548+
env:
549+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
550+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
551+
548552
container:
549553
image: ${{ matrix.os.image }}
550554
credentials:
551555
username: ${{ needs.amazon-ecr-auth.outputs.docker_username }}
552556
password: ${{ needs.amazon-ecr-auth.outputs.docker_password }}
553557
env:
554558
DEBIAN_FRONTEND: noninteractive
555-
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
556-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
557559

558560
steps:
559561
- name: setup

0 commit comments

Comments
 (0)