cleanup: remove extra whitespace from build.yml

This commit is contained in:
Waleed Khan 2024-12-08 12:28:31 -08:00
parent 34ec85edbd
commit 6017c27626

View file

@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: 1.76
toolchain: 1.76
- name: Build
run: cargo build --workspace --all-targets --verbose ${{ matrix.cargo_flags }}
- name: Test
@ -89,7 +89,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: 1.76
toolchain: 1.76
- name: Build
run: cargo build -p jj-lib --no-default-features --verbose