mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
install verbosely
This commit is contained in:
parent
5bc8a33409
commit
c3da877c14
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
- name: install mgba-test-runner
|
- name: install mgba-test-runner
|
||||||
run: cargo install --path mgba-test-runner
|
run: cargo install --path mgba-test-runner --verbose
|
||||||
- name: Build agb library
|
- name: Build agb library
|
||||||
working-directory: agb
|
working-directory: agb
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
Loading…
Reference in a new issue