summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-check.yml
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-10-08 14:35:57 (GMT)
committerGitHub <noreply@github.com>2020-10-08 14:35:57 (GMT)
commit29874423bf155e23cfdc1920336c91674865f417 (patch)
treee85e80ccfa1f459a18ce715943f021afca7a72c4 /.github/workflows/pr-check.yml
parent986154352fb411ab605164a7baba97f3040a4157 (diff)
parentca32c785fc456522b10e0c3fb68ed0403d659ca9 (diff)
downloadhdf5-29874423bf155e23cfdc1920336c91674865f417.zip
hdf5-29874423bf155e23cfdc1920336c91674865f417.tar.gz
hdf5-29874423bf155e23cfdc1920336c91674865f417.tar.bz2
Merge pull request #28 from byrnHDF/hdf5_1_12
Hdf5 1 12
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