diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 24925e58..fe1e061c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 \ No newline at end of file