Add latest tag of k4edm4hep2lcioconv #854
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: concretize-ubuntu | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Concretize key4hep-stack | |
run: | | |
git clone --depth 1 https://github.com/key4hep/spack | |
source spack/share/spack/setup-env.sh | |
spack env create testenv | |
spack env activate testenv | |
spack repo add . | |
spack compiler find | |
spack add key4hep-stack | |
spack concretize | tee -a ${GITHUB_WORKSPACE}/key4hep-stack-concretization.log |