Skip to content

Commit

Permalink
Allow post-checkout scripts to run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed May 22, 2024
1 parent 59d7578 commit fa6213a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: install-dependencies-with-spack
if: steps.cache-env.outputs.cache-hit != 'true'
run: |
export GIT_CLONE_PROTECTION_ACTIVE=false
sudo apt-get install cmake
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: install-dependencies-with-spack
if: steps.cache-env.outputs.cache-hit != 'true'
run: |
export GIT_CLONE_PROTECTION_ACTIVE=false
sudo mv /usr/local/ /usr_local_mv
sudo apt-get install cmake
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
Expand Down

0 comments on commit fa6213a

Please sign in to comment.