Skip to content

Commit

Permalink
macosCI: brew uninstall [email protected] in order to to use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 25, 2024
1 parent 08d8ada commit 8679f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: >
brew uninstall [email protected]
. ${{github.workspace}}/spack/share/spack/setup-env.sh;
spack load py-pytest;
export lcov_ROOT=`spack find -p lcov | awk 'NR==2 {print $2}'`;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/env_macos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash


brew uninstall [email protected]
git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git

#replace the default configuration file of spack by a simpler one without hash, compiler versions, tags and so on
Expand Down

0 comments on commit 8679f04

Please sign in to comment.