Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jul 15, 2022
1 parent ce437e9 commit 3e49e59
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,18 @@ jobs:
working-directory: ./example_shadow

# build on nightly
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build on nightly
run: cargo build --release
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: nightly
# override: true
# - name: Build on nightly
# run: cargo build --release

test:
strategy:
matrix:
rust: [stable, beta, nightly]
# rust: [stable, beta, nightly]
rust: [stable, beta]
runs-on: ubuntu-latest
steps:
- name: Setup Rust
Expand Down

0 comments on commit 3e49e59

Please sign in to comment.