Skip to content

Commit

Permalink
ci: update toolchain, use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed May 13, 2024
1 parent 670eeb5 commit d635fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-06
toolchain: nightly

- uses: Swatinem/rust-cache@v2

Expand All @@ -44,7 +44,7 @@ jobs:
sudo apt install libxtst-dev
- name: Build
run: cargo +nightly-2022-11-06 build --release
run: cargo build --release

- name: Upload artifact (win)
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-06
toolchain: nightly

- uses: Swatinem/rust-cache@v2

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build
shell: bash
run: HOOK_VERSION=${{ github.sha }} cargo +nightly-2022-11-06 build --release
run: HOOK_VERSION=${{ github.sha }} cargo build --release

- name: Upload artifact (windows)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d635fcc

Please sign in to comment.