mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 23:08:03 +00:00
cleanup: remove extra whitespace from build.yml
This commit is contained in:
parent
34ec85edbd
commit
6017c27626
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue