Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Switch to rust stable, as nightly is currently broken
Browse files Browse the repository at this point in the history
See rust-lang/rust#81654 for more details
  • Loading branch information
x4121 committed Feb 2, 2021
1 parent d964b3e commit 9af4d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
create-release:
Expand Down Expand Up @@ -74,15 +74,15 @@ jobs:
include:
- build: linux-gnu
os: ubuntu-18.04
rust: nightly
rust: stable
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-18.04
rust: nightly
rust: stable
target: x86_64-unknown-linux-musl
- build: macos
os: macos-latest
rust: nightly
rust: stable
target: x86_64-apple-darwin

steps:
Expand Down

0 comments on commit 9af4d24

Please sign in to comment.