Skip to content

Commit

Permalink
CI: Unlock Rust nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Aug 24, 2021
1 parent 260cd50 commit b910ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly-2020-03-20
rust-version: nightly
targets: x86_64-unknown-linux-musl
- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly-2020-03-20]
rust: [nightly]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly-2020-03-20
rust-version: nightly
- uses: actions/checkout@master
- name: Check locales
env:
Expand Down

0 comments on commit b910ff3

Please sign in to comment.