Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 6, 2023
1 parent d733a58 commit 181cc9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,12 @@ jobs:
cd /opt/llvm/src
git checkout llvmorg-17.0.6
cd /opt/llvm/build
emcmake cmake ../src/ \
emcmake cmake ../src/clang \
-DLLVM_ENABLE_PROJECTS="clang" \
-DCMAKE_INSTALL_PREFIX=/custom_sysroot
emmake make -j2
emmake make -j2 install
- name: "install xeus"
run: |
Expand Down

0 comments on commit 181cc9d

Please sign in to comment.