Skip to content

Commit

Permalink
test-6
Browse files Browse the repository at this point in the history
  • Loading branch information
puranikvinit authored Jun 28, 2024
1 parent 315aa7f commit f737cdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Place header files in expected directory
run: |
mkdir -p /opt/homebrew/Cellar/llvm/18.1.6/lib/clang/18/include
cp -r /opt/homebrew/opt/llvm/lib/clang/10.0.1/include/ /opt/homebrew/Cellar/llvm/18.1.6/lib/clang/18/include/
cp /opt/homebrew/opt/llvm/lib/clang/10.0.1/include/stdarg.h /opt/homebrew/Cellar/llvm/18.1.6/lib/clang/18/include/
cp /opt/homebrew/opt/llvm/lib/clang/10.0.1/include/stdint.h /opt/homebrew/Cellar/llvm/18.1.6/lib/clang/18/include/
- uses: actions/checkout@v4
Expand Down

0 comments on commit f737cdb

Please sign in to comment.