Skip to content

Commit

Permalink
shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 19, 2024
1 parent 14c520f commit 6ae61f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Prerequisites
if: startsWith(runner.os, 'macos')
shell: bash
run: |
brew install ninja ccache

- name: Restore spack cache
id: cache-spack-restore
Expand Down Expand Up @@ -51,6 +46,12 @@ runs:
path: spack.tar.zst
key: spack-clone

- name: Prerequisites
if: startsWith(runner.os, 'macos')
shell: bash
run: |
brew install ninja ccache
- name: Install dependencies
shell: bash
env:
Expand Down
Empty file modified CI/dependencies/setup_spack.sh
100644 → 100755
Empty file.

0 comments on commit 6ae61f2

Please sign in to comment.