Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing HighFive git submodule in docker build #125

Merged
merged 8 commits into from
Oct 6, 2024
Next Next commit
Fix missing HighFive git submodule in docker build
apontzen committed Jun 13, 2024
commit 4ee87618a2b8c7a57124a8b49eaffc86eb76ab52
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ jobs:
environment: Docker
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Determine version tag
run: echo "VERSION_TAG=`git describe --tags | cut -c 2-`" >> $GITHUB_ENV