Skip to content

Commit

Permalink
workflow: change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann authored May 18, 2024
1 parent d64c194 commit be25a7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
env:
CARGO_TERM_COLOR: always

defaults:
run:
working-directory: ./gameboy-lib

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit be25a7f

Please sign in to comment.