fix no space left error.
This commit is contained in:
parent
705596a29c
commit
000a7852ed
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -29,8 +29,8 @@ source ../patch.d/*.sh
|
||||
CPU_CORES=$(grep -c processor < /proc/cpuinfo)
|
||||
make deb-pkg -j"$CPU_CORES"
|
||||
|
||||
# copy deb packages to artifact dir
|
||||
# move deb packages to artifact dir
|
||||
cd ..
|
||||
mkdir "artifact"
|
||||
# shellcheck disable=SC2010
|
||||
cp "$(ls -- *.deb | grep -v dbg)" artifact/
|
||||
mv "$(ls -- *.deb | grep -v dbg)" artifact/
|
||||
|
Loading…
x
Reference in New Issue
Block a user