Skip to content

Commit

Permalink
Properly precompile for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 14, 2023
1 parent e8621fd commit f5c8962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Precompile
run: |
source $(brew --prefix asdf)/libexec/asdf.sh
export ELIXIR_MAKE_CACHE_DIR=$(pwd)/cache
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
mix deps.get
Expand Down

0 comments on commit f5c8962

Please sign in to comment.