Skip to content
Snippets Groups Projects
Unverified Commit d2d23c07 authored by Tristan Walter's avatar Tristan Walter Committed by GitHub
Browse files

Update cmake.yml

parent 34748d0d
No related branches found
No related tags found
No related merge requests found
......@@ -37,19 +37,15 @@ jobs:
auto-activate-base: true
auto-update-conda: true
use-only-tar-bz2: true
- shell: bash -l {0}
- name: Build
shell: bash -l {0}
working-directory: ${{runner.workspace}}
run: |
conda info
conda list
cd $GITHUB_WORKSPACE/conda
conda build . -c main -c conda-forge
- shell: pwsh
run: |
conda info
conda list
- name: Build
working-directory: ${{runner.workspace}}
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cd $GITHUB_WORKSPACE/conda
conda build . -c main -c conda-forge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment