Skip to content

Commit

Permalink
Use the last working nighly version
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Jul 2, 2023
1 parent 10d5485 commit 51deffa
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 179 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
AW_WEBUI_DIST: ./aw-webui/dist
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-06-27
- name: Install dependencies
run: |
sudo apt-get update
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-06-27
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
Expand All @@ -37,8 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-06-27
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features --workspace
Loading

0 comments on commit 51deffa

Please sign in to comment.