mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Merge pull request #572 from hamirmahal/refactor/replace-archived-action-with-similar-functionality
refactor: replace archived action
This commit is contained in:
commit
a9045662b2
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -36,12 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: install ${{ matrix.toolchain }} toolchain
|
- name: install ${{ matrix.toolchain }} toolchain
|
||||||
id: install_toolchain
|
id: install_toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
run: rustup toolchain install ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
with:
|
|
||||||
toolchain: ${{ matrix.toolchain }}
|
|
||||||
profile: minimal
|
|
||||||
# Don't use a 'components:' entry--we don't need them with beta/nightly, plus nightly often doesn't have them
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'
|
if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'
|
||||||
|
|
Loading…
Reference in a new issue