Skip to content

Commit

Permalink
Add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 16, 2024
1 parent 6531c23 commit 5dfdbc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/concretize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build_type: [release, nightly]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start container
run: |
name=$(echo "${{ github.event.repository.name }}" | tr '[:upper:]' '[:lower:]')
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
source spack/share/spack/setup-env.sh
cd /spack
git checkout $(cat /${name}/key4hep-spack/.latest-commit)
git checkout $(cat /${name}/.latest-commit)
source /${name}/.cherry-pick
cd /${name}/environments/${env}
Expand Down

0 comments on commit 5dfdbc8

Please sign in to comment.