Skip to content

Commit

Permalink
Fix another bug in .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 23, 2024
1 parent 0598fcb commit e954782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
echo "base-env ..."
spack install --fail-fast --source --no-check-signature --cache-only 2>&1 | tee log.install.gnu-11.4.0.unified-env
'${SPACK_STACK_DIR}/util/ldd_check.py $SPACK_ENV 2>&1 | tee log.ldd_check
${SPACK_STACK_DIR}/util/ldd_check.py $SPACK_ENV 2>&1 | tee log.ldd_check
spack clean -a
spack module tcl refresh -y
spack stack setup-meta-modules
Expand Down

0 comments on commit e954782

Please sign in to comment.