Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jun 20, 2023
1 parent dedfdbf commit 3abf341
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/precompile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
OTP_VERSION: ${{ matrix.otp }}
run: |
asdf plugin-add erlang
- run: |
asdf plugin-add elixir
- run: |
asdf install erlang ${OTP_VERSION}
- run: |
asdf install elixir ${ELIXIR_VERSION}-otp-${OTP_VERSION}
- run: |
asdf global erlang ${OTP_VERSION}
asdf global elixir ${ELIXIR_VERSION}-otp-${OTP_VERSION}
Expand All @@ -99,6 +101,7 @@ jobs:
- run: |
mix deps.get
MIX_ENV=test mix test
- name: Pre-compile NIF library
run: |
export ELIXIR_MAKE_CACHE_DIR=$(pwd)/cache
Expand Down

0 comments on commit 3abf341

Please sign in to comment.