mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
doesn't like names with spaces
This commit is contained in:
parent
5df7e65838
commit
37caca506b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
- run: cli/scripts/install.ts ${{ steps.sorted.outputs.pre-install }}
|
||||
|
||||
#FIXME remove later
|
||||
- run: find /opt -name bin -exec find {} -type f \; | xargs chmod 777
|
||||
- run: find /opt -name bin -type d -exec find {} -type f -print0 \; | xargs -0 chmod 777
|
||||
|
||||
- run: pantry/scripts/build.ts ${{ steps.sorted.outputs.pkgs }}
|
||||
id: build
|
||||
|
|
Loading…
Reference in a new issue