Skip to content

Commit

Permalink
fix: iree dir
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 7, 2024
1 parent 2f5b589 commit c93b99c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
MIX_ENV: prod
NX_IREE_PREFER_PRECOMPILED: "false"
BUILD_CACHE: ${{ github.workspace }}/build_cache
IREE_DIR: ${{ env.BUILD_CACHE }}/iree

jobs:
download_iree:
Expand Down Expand Up @@ -65,12 +66,12 @@ jobs:
with:
key: iree-${{ env.iree_version }}
path: |
${{ env.BUILD_CACHE }}/iree
${{ env.IREE_DIR }}
- name: Download IREE source code
if: steps.cache-iree.outputs.cache-hit != 'true'
run: |
./scripts/clone_iree.sh ${{ env.BUILD_CACHE }} ${{ env.iree_version }} '${{ env.BUILD_CACHE }}/iree'
./scripts/clone_iree.sh ${{ env.BUILD_CACHE }} ${{ env.iree_version }} ${{ env.IREE_DIR }}
build_artifacts:
runs-on: macos-14
Expand Down

0 comments on commit c93b99c

Please sign in to comment.