We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8621fd commit f5c8962Copy full SHA for f5c8962
.github/workflows/precompile.yml
@@ -86,6 +86,7 @@ jobs:
86
87
- name: Precompile
88
run: |
89
+ source $(brew --prefix asdf)/libexec/asdf.sh
90
export ELIXIR_MAKE_CACHE_DIR=$(pwd)/cache
91
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
92
mix deps.get
0 commit comments