Skip to content

Commit

Permalink
[phast3] Added Install ninja valgrind step for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Jun 18, 2024
1 parent 1f0f2a1 commit a6b8182
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
cache-environment: true
post-cleanup: 'all'

- name: Install ninja valgrind (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get -y update
sudo apt-get install -y ninja-build valgrind
- name: Set CONDA_PREFIX
shell: bash
run: echo "CONDA_PREFIX=${{ env.MAMBA_ROOT_PREFIX }}\envs\phast-dev" >> "$GITHUB_ENV"
Expand Down

0 comments on commit a6b8182

Please sign in to comment.