Skip to content

Commit f5c8962

Browse files
committed
Properly precompile for macos
1 parent e8621fd commit f5c8962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/precompile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
8787
- name: Precompile
8888
run: |
89+
source $(brew --prefix asdf)/libexec/asdf.sh
8990
export ELIXIR_MAKE_CACHE_DIR=$(pwd)/cache
9091
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
9192
mix deps.get

0 commit comments

Comments
 (0)