Skip to content

Commit

Permalink
Correct property name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent c4a9235 commit ca8de98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -109,7 +109,7 @@ jobs:
cd "$RUNNER_TEMP" && nmake.exe all
- name: Test
run: nmake.exe test
woroking-directory: ${{ runner.temp }}
working-directory: ${{ runner.temp }}
- name: Test i18n
run: nmake.exe test
env:
Expand Down

0 comments on commit ca8de98

Please sign in to comment.