Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-turbofish committed Jan 11, 2024
1 parent abb3409 commit e09884f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- run: rustup component add rustfmt
- run: cargo fmt -- --check

build:
runs-on: ubuntu-latest

Expand All @@ -33,7 +33,8 @@ jobs:
- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: beta
toolchain: stable
target: x86_64-unknown-linux-musl
default: true
override: true
- name: Install system dependencies
Expand Down

0 comments on commit e09884f

Please sign in to comment.