Skip to content

Commit

Permalink
Merge pull request #301 from pentamassiv/master
Browse files Browse the repository at this point in the history
Replace actions-rs/toolchain with dtolnay/rust-toolchain
  • Loading branch information
antoyo authored Nov 21, 2022
2 parents bba64a0 + 2d3b6c2 commit c88e8e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
Expand Down Expand Up @@ -26,10 +27,10 @@ jobs:
- run: apt-get update -y
- run: apt-get install -y libgtk-3-dev libglib2.0-dev libgraphene-1.0-dev git xvfb curl libcairo-gobject2 libcairo2-dev libxdo-dev libwebkit2gtk-4.0-dev openbox
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
override: true
components: clippy
- name: "clippy"
run: cargo clippy -- --deny warnings

Expand Down

0 comments on commit c88e8e8

Please sign in to comment.