Skip to content

Commit

Permalink
fix path to enzyme lib
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Mar 6, 2024
1 parent 9b65ab9 commit 36cda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
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
echo "ENZYME_LIB=`pwd`/Enzyme/LLVMEnzyme-14.so" >> $GITHUB_ENV
- name: Print LLVM Enzyme Library
run: echo $ENZYME_LIB
- name: Set up Rust
Expand Down

0 comments on commit 36cda47

Please sign in to comment.