Skip to content

Commit

Permalink
watcher/python, watcher/cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jul 13, 2024
1 parent 3bcab28 commit 6041503
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/libcwatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
restore-keys: |
cache.libcwatcher.${{matrix.target-triple}}.apt-cache
- run: |
apt-get update -yqq
apt-get install -yqq python3 python3-pip python3-setuptools python3-wheel ninja-build
pip3 install meson
which python3 || apt-get install -yqq python3 python3-pip python3-setuptools python3-wheel ninja-build
which meson || pip3 install meson
- run: |
meson setup --cross-file libcwatcher/cross-files/${{matrix.target-triple}}.txt ${{matrix.target-triple}}
meson compile -C ${{matrix.target-triple}}
Expand Down

0 comments on commit 6041503

Please sign in to comment.