Skip to content

Commit

Permalink
try something in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 6, 2023
1 parent fcca15d commit eac210b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
# - name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
- name: Test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit eac210b

Please sign in to comment.