Skip to content

Commit

Permalink
More reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed May 23, 2024
1 parent a38dd8c commit 8a15d5d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ jobs:
libxml2: 'LOCAL'
libyuv: 'LOCAL'
recent-cmake: true
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: ./.github/actions/setup-common
if: runner.os == 'macOS'
with:
python-version: '3.x'
codec-aom: 'LOCAL'
codec-dav1d: 'LOCAL'
codec-rav1e: 'LOCAL'
recent-cmake: true
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
profile: minimal
Expand All @@ -67,13 +71,6 @@ jobs:
with:
path: ext, build/_deps
key: ${{ runner.os }}-${{ matrix.build-type }}-unix-static-${{ hashFiles('cmake/Modules/*', 'ext/*.cmd', 'ext/*.sh') }}
- name: Print cmake version
run: cmake --version
- uses: ilammy/setup-nasm@13cbeb366c45c4379d3478cdcbadd8295feb5028 # v1.5.1
- uses: seanmiddleditch/gha-setup-ninja@8b297075da4cd2a5f1fd21fe011b499edf06e9d2 # v4
- run: pip install meson
- name: Print ImageMagick version
run: convert --version
- name: Prepare libavif (cmake)
run: >
mkdir -p build && cd build
Expand Down

0 comments on commit 8a15d5d

Please sign in to comment.