summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-07 16:08:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-07 16:08:35 (GMT)
commit75567cbe8f6ec97df3db5b73f0c94625f63a4d0b (patch)
treeb34f6f0f71bed343775349fa98150315cf133150 /.github/workflows/main.yml
parentd1adf43852c29d9c81372a83b5ed2a5b943c5c6d (diff)
downloadhdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.zip
hdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.tar.gz
hdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.tar.bz2
Merge from develop
github updates bin scripts updates parser changes remove obsolete file
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6dad657..a7faaa7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -95,8 +95,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