Skip to content

Commit

Permalink
fix: use abspath
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 14, 2024
1 parent 40488de commit b3dfc8e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:
precompile:
precompile_nif:
runs-on: macos-14
env:
MIX_ENV: prod
Expand Down Expand Up @@ -59,6 +59,8 @@ jobs:
- name: Clone IREE
if: steps.cache-iree-dir.outputs.cache-hit != 'true'
run: |
BUILD_CACHE=$(realpath ${{env.BUILD_CACHE}}) \
IREE_DIR=$(realpath ${{env.IREE_DIR}}) \
make clone_iree
- name: Compile NIF
run: |
Expand Down

0 comments on commit b3dfc8e

Please sign in to comment.