Skip to content

Commit

Permalink
ci: Update from actions-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jul 9, 2023
1 parent 44511e2 commit 2cea1c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dav1d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
uses: ilammy/setup-nasm@v1

- name: Install Rust stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true

- name: Install Python 3.9
uses: actions/setup-python@v4
Expand Down Expand Up @@ -61,11 +59,9 @@ jobs:
uses: ilammy/setup-nasm@v1

- name: Install Rust stable MSVC
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable-x86_64-pc-windows-msvc
override: true

- name: Install Python 3.9
uses: actions/setup-python@v4
Expand Down

0 comments on commit 2cea1c2

Please sign in to comment.