Skip to content

Commit 899a818

Browse files
committed
Fix certificate issue in ghci-snl-testing
1 parent 2c0e828 commit 899a818

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ghci-snl-testing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ concurrency:
2929
group: ${{ github.workflow }}-${{ github.ref }}
3030
cancel-in-progress: true
3131

32+
# WARNING: if you change machines where this workflow can run, you may have to adjust the
33+
# location of the certificate file (possibly on a per-job basis). For now, since
34+
# all ghci-snl-XYZ machines have the same certificates, this can be set at
35+
# the workflow level
36+
env:
37+
NODE_EXTRA_CA_CERTS: /etc/pki/tls/certs/ca-bundle.crt
38+
3239
jobs:
3340
gcc-openmp:
3441
if: |

0 commit comments

Comments
 (0)