mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
use cp
This commit is contained in:
6
.github/workflows/xahau-ga-nix.yml
vendored
6
.github/workflows/xahau-ga-nix.yml
vendored
@@ -223,10 +223,8 @@ jobs:
|
||||
mkdir -p /var/cache/apt/archives
|
||||
|
||||
# copy existing .deb files from apt cache
|
||||
if [ -d /apt-cache-ro/archives ]; then
|
||||
# don't overwrite if already exists
|
||||
rsync -a /apt-cache-ro/archives/ /var/cache/apt/archives/ || true
|
||||
fi
|
||||
mkdir -p /var/cache/apt/archives
|
||||
cp -a /apt-cache-ro/archives/. /var/cache/apt/archives/
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user