summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-check.yml
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-07 15:45:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-07 15:45:11 (GMT)
commitca32c785fc456522b10e0c3fb68ed0403d659ca9 (patch)
treee85e80ccfa1f459a18ce715943f021afca7a72c4 /.github/workflows/pr-check.yml
parent2744238c875aa5b064eb3436df143a80146ae93a (diff)
downloadhdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.zip
hdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.tar.gz
hdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.tar.bz2
Merge from develop
github workflow files parser files bin scripts doc corrections
Diffstat (limited to '.github/workflows/pr-check.yml')
-rw-r--r--.github/workflows/pr-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index e3b9d9b..7cce4d0 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -89,8 +89,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
# Set these env vars so cmake picks the correct compiler
- echo "::set-env name=CXX::cl.exe"
- echo "::set-env name=CC::cl.exe"
+ echo "CXX=cl.exe" >> $GITHUB_ENV
+ echo "CC=cl.exe" >> $GITHUB_ENV
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources