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 2c0e828 commit 899a818Copy full SHA for 899a818
.github/workflows/ghci-snl-testing.yml
@@ -29,6 +29,13 @@ concurrency:
29
group: ${{ github.workflow }}-${{ github.ref }}
30
cancel-in-progress: true
31
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
+
39
jobs:
40
gcc-openmp:
41
if: |
0 commit comments