Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Aug 18, 2024
1 parent 800cb5b commit 6de178f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
update: true
msystem: ${{ matrix.sys }}
pacboy: >-
cc:p
meson:p
include-what-you-use:p
cc
meson
include-what-you-use
- name: compile files
run: |
meson setup -Dbuild_c_cpp=true build
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
update: true
msystem: ucrt64
pacboy: >-
meson:p
python-numba:p
meson
python-numba
python-matplotlib
- name: compile all files
run: |
meson setup -Dbuild_py=true -Dpython.bytecompile=1 build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
update: true
msystem: clang64
install: >-
mingw-w64-clang-x86_64-meson
mingw-w64-clang-x86_64-rust
git
pacboy: >-
meson
rust
git:
- name: build rust files
run: |
meson setup -Dbuild_rust=true build
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
update: true
msystem: clang64
install: >-
mingw-w64-clang-x86_64-meson
mingw-w64-clang-x86_64-rust
mingw-w64-clang-x86_64-python-numba
git
pacboy: >-
meson
rust
python-numba
git:
- name: test
run: |
cd pie && python3 mcko.py && cd ..
Expand Down

0 comments on commit 6de178f

Please sign in to comment.