mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Fix typo in build name
This commit is contained in:
parent
7d23beee4f
commit
7c0275a8a9
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -52,6 +52,6 @@ jobs:
|
|||
- name: Run Tests for agb in release mode
|
||||
working-directory: agb
|
||||
run: cargo test --verbose --release
|
||||
- name: Build examples projects
|
||||
- name: Build example projects
|
||||
run: bash .github/scripts/build-example-gba-files.sh
|
||||
|
Loading…
Reference in a new issue