actions: changed working dir

This commit is contained in:
Nicolas Constant 2020-06-28 23:50:50 -04:00 committed by GitHub
parent 696ccf646c
commit 6514576413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./src
steps:
- uses: actions/checkout@v2