Skip to content

Commit

Permalink
Modern CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Mar 13, 2024
1 parent 6d03350 commit 5999170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yum -y install git zlib zlib-devel ncurses-devel clang clang-devel clang-libs llvm llvm-devel llvm-static \
libcxx-devel cmake make gcc gcc-c++ \
pybind11-devel python3 python3-devel python2 python2-devel && yum -y cleanall
- name: Compile
- name: Compile
run: |
cmake CMakeLists.txt
make
Expand All @@ -49,8 +49,8 @@ jobs:
tar -xJf clang+llvm-11.0.0-x86_64-apple-darwin.tar.xz
export PATH=$PATH:clang+llvm-11.0.0-x86_64-apple-darwin/bin
- name: Compile
run: |
- name: Compile
run: |
cmake CMakeLists.txt
make
otool -L source/binder
Expand Down

0 comments on commit 5999170

Please sign in to comment.