Skip to content

Commit

Permalink
cleanup: remove extra whitespace from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Dec 8, 2024
1 parent 0794f87 commit 1b1d39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
with:
toolchain: 1.76
toolchain: 1.76
- name: Build
run: cargo build --workspace --all-targets --verbose ${{ matrix.cargo_flags }}
- name: Test
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
with:
toolchain: 1.76
toolchain: 1.76
- name: Build
run: cargo build -p jj-lib --no-default-features --verbose

Expand Down

0 comments on commit 1b1d39e

Please sign in to comment.