Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Mar 6, 2024
1 parent 6444930 commit 9b65ab9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
- name: Install EnzymeAD
run: |
git clone https://github.com/EnzymeAD/Enzyme
cd Enzyme
mkdir build
cd build
cmake -G Ninja -DLLVM_DIR=${{ env.LLVM_PATH }}/lib/cmake/llvm ..
mkdir Enzyme/enzyme/build
cd Enzyme/enzyme/build
cmake -G Ninja .. -DLLVM_DIR=${{ env.LLVM_PATH }}/lib/cmake/llvm
ninja
echo "ENZYME_LIB=`pwd`/LLVMEnzyme-14.so" >> $GITHUB_ENV
- name: Print LLVM Enzyme Library
Expand Down

0 comments on commit 9b65ab9

Please sign in to comment.