summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-05-02 22:49:53 +0200
committerGitHub <noreply@github.com>2022-05-02 20:49:53 +0000
commit21bf0cf43c909f24d6c3e7db5dd05a2a443bf367 (patch)
tree84f3b2e8d68e9d0d4f004e1a9cf3dd8e0ee19d5a /.github/workflows
parente2c72e583f57a725171f2d3624db757c9c31e480 (diff)
downloadspack-21bf0cf43c909f24d6c3e7db5dd05a2a443bf367.tar.gz
spack-21bf0cf43c909f24d6c3e7db5dd05a2a443bf367.tar.bz2
spack-21bf0cf43c909f24d6c3e7db5dd05a2a443bf367.tar.xz
spack-21bf0cf43c909f24d6c3e7db5dd05a2a443bf367.zip
Fix issue in CI with Git 2.35 (#30436)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/bootstrap.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index cf7bcf4be1..816940136a 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -138,6 +138,8 @@ jobs:
- name: Setup repo and non-root user
run: |
git --version
+ # See http://changelogs.ubuntu.com/changelogs/pool/main/g/git/git_2.25.1-1ubuntu3.3/changelog
+ git config --global --add safe.directory /__w/spack/spack
git fetch --unshallow
. .github/workflows/setup_git.sh
- name: Bootstrap clingo