Skip to content

Commit

Permalink
Switch CI script to nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
  • Loading branch information
Caellian committed Aug 29, 2023
1 parent 6881138 commit 3afaf7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Rust

on:
push:
branches: ["trunk"]
pull_request:
branches: ["trunk"]

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,6 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rustup update nightly && rustup default nightly
- name: Build default
run: cargo build --verbose
- name: Build no_std
Expand Down

0 comments on commit 3afaf7b

Please sign in to comment.