Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Apr 20, 2024
1 parent d485803 commit 227538f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,9 @@ on:
pull_request:

env:
rust_toolchain: "1.66.0"
CARGO_TERM_COLOR: always

jobs:
setup-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.rust_toolchain }}
profile: minimal
override: true
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 227538f

Please sign in to comment.