Skip to content

Commit

Permalink
dav1dのversionを1.2.1に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Jun 4, 2023
1 parent 24e8688 commit 608537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dav1d
run: |
cd ${{ github.workspace }}
git clone https://code.videolan.org/videolan/dav1d.git -b 1.2.0 --depth 1
git clone https://code.videolan.org/videolan/dav1d.git -b 1.2.1 --depth 1
cd dav1d
mkdir build && cd build
meson --cross-file=../package/crossfiles/i686-w64-mingw32.meson --prefix=${HOME}/dec --buildtype release --default-library=static ..
Expand Down

0 comments on commit 608537c

Please sign in to comment.