chore: readability

This commit is contained in:
iff 2024-12-10 17:57:19 +01:00
parent fb1d1956d0
commit fe6797722b

View file

@ -66,7 +66,7 @@ jobs:
key: ${{ matrix.target }} key: ${{ matrix.target }}
- name: build - name: build
if: ${{ matrix.cross != true}} if: ${{ matrix.cross == false}}
run: run:
cargo build --release --locked --target ${{ matrix.target }} cargo build --release --locked --target ${{ matrix.target }}