Skip to content

Commit

Permalink
Replace the toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 23, 2024
1 parent 4b078e1 commit 1794168
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/av-scenechange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- uses: actions/checkout@v4

- name: Install stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
components: clippy, rustfmt

- name: Install nasm
Expand Down Expand Up @@ -67,11 +64,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Install nasm for Ubuntu
if: matrix.platform == 'ubuntu-latest'
Expand Down

0 comments on commit 1794168

Please sign in to comment.