Skip to content

Commit

Permalink
ci: explicitly specify the repo root path
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jan 31, 2024
1 parent 8bef06d commit fb9b4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
volumes:
- .:/home/b/ruyi:ro
- ${{ github.workspace }}:/home/b/ruyi:ro
- tmp-build:/build
- tmp-poetry-cache:/poetry-cache
- tmp-ccache:/ccache
Expand Down

0 comments on commit fb9b4b1

Please sign in to comment.