Skip to content

Commit

Permalink
install meson via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Nov 10, 2023
1 parent 9336187 commit 3408f36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_build_avif2dds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v1
with:
python-version: '3.x'

- name: Install dav1d build tools
run: sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build
run: pip install meson ninja

# Loads cargo cache
- uses: actions/cache@v3
Expand Down

0 comments on commit 3408f36

Please sign in to comment.