Skip to content

Commit

Permalink
Checking a syntax thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 9, 2024
1 parent a0948d4 commit f24f93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Dump Matrix Context
run: echo '${{ toJSON(matrix) }}'

- run: echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX}/Library" >> $GITHUB_ENV
- run: echo "CMAKE_PREFIX_PATH=${env.CONDA_PREFIX}/Library" >> $GITHUB_ENV

# Grab miniconda and use it to install HDF5
- name: Install Dependencies using Miniconda
Expand All @@ -69,7 +69,7 @@ jobs:
echo ""
env
echo ""
ls "${CMAKE_PREFIX_PATH}"
ls "${env.CMAKE_PREFIX_PATH}"
shell: bash -el {0}

- name: Perform out-of-directory build
Expand Down

0 comments on commit f24f93a

Please sign in to comment.