Skip to content

Commit

Permalink
switch publish to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lexa-diky committed Jul 10, 2024
1 parent d41e06e commit 034d740
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout repository
- name: Update toolchain
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v2
name: Cache dependencies
with:
Expand Down

0 comments on commit 034d740

Please sign in to comment.