mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
don't use ~
This commit is contained in:
parent
16de042898
commit
f51268d2b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- uses: teaxyz/setup@v0
|
||||
with:
|
||||
# necessary because we currently require a `.git` directory
|
||||
srcroot: ~/pantry
|
||||
srcroot: pantry
|
||||
|
||||
- run: ./scripts/check-core-sizes.ts ${{ inputs.projects }}
|
||||
working-directory: pantry
|
||||
|
|
Loading…
Reference in a new issue