Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Dec 9, 2024
1 parent e9d92ca commit 5d0a7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Verify US Landstalker ROM
working-directory: ${{github.workspace}}/landstalker_disasm
shell: bash
run: grep "Checksum: F37C" build_landstalker_us.log
run: "grep \"Checksum: F37C\" build_landstalker_us.log"

- name: Verify US Expanded Landstalker ROM
working-directory: ${{github.workspace}}/landstalker_disasm
shell: bash
run: grep "Checksum: 7489" build_landstalker_us_expanded.log
run: "grep \"Checksum: 7489\" build_landstalker_us_expanded.log"

0 comments on commit 5d0a7cb

Please sign in to comment.