Skip to content

Commit 17ac71d

Browse files
committed
Ensure rsync in CI
1 parent 9b311c0 commit 17ac71d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/basis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ version: 2.1
22

33
commands:
44
install-rsync:
5-
- run: sudo apt update && sudo apt install rsync
5+
steps:
6+
- run:
7+
name: Install rsync
8+
command: |
9+
sudo apt update && sudo apt install rsync
610
install-asdf:
711
steps:
812
- run:

.circleci/rolling-shutter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- restore_cache:
6161
keys:
6262
- rs-build-<< parameters.go-version >>-v4-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
63+
- install-rsync
6364
- install-asdf
6465
- run:
6566
name: "Install asdf plugins"

0 commit comments

Comments
 (0)