mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-25 08:36:40 +11:00
install verbosely
This commit is contained in:
parent
5bc8a33409
commit
c3da877c14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: install mgba-test-runner
|
||||
run: cargo install --path mgba-test-runner
|
||||
run: cargo install --path mgba-test-runner --verbose
|
||||
- name: Build agb library
|
||||
working-directory: agb
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue