Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent 1115a11 commit 78dd568
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
# this will make the workflow push any dependencies built to the mochi-spack-buildcache
# after a successful installation of the package
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
# By default, only the dependencies of the root package will be pushed into the cache.
# To also push the root package, set push-only-dependencies to false.
push-only-dependencies: true
# Version of spack to use (default is the develop branch)
spack-version: v0.22.1
# Reference (main or a commit hash) to use for mochi-spack-packages (default is main)
Expand Down

0 comments on commit 78dd568

Please sign in to comment.