diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-10-26 17:53:28 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-10-26 17:53:28 (GMT) |
commit | a4269a08b91e794c1de4058348e076be9fef657e (patch) | |
tree | f28bc18de5c53bd8f3a824a116f8b78f5c48ae6f /.github/workflows/main.yml | |
parent | 7bfa10018ecf5efe54b4a699bb684d31468c8b42 (diff) | |
parent | 313a8c8546b3b975fba722b015c8c8269dd240cb (diff) | |
download | hdf5-a4269a08b91e794c1de4058348e076be9fef657e.zip hdf5-a4269a08b91e794c1de4058348e076be9fef657e.tar.gz hdf5-a4269a08b91e794c1de4058348e076be9fef657e.tar.bz2 |
Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into develop
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 4 |
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 |