Skip to content

Commit f4ad609

Browse files
committed
also need bup for file-server
1 parent ca5d297 commit f4ad609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
# cache: "pnpm"
9292
# cache-dependency-path: "src/packages/pnpm-lock.yaml"
9393

94-
- name: Install btrfs-progs
95-
run: sudo apt-get update && sudo apt-get install -y btrfs-progs
94+
- name: Install btrfs-progs and bup for @cocalc/file-server
95+
run: sudo apt-get update && sudo apt-get install -y btrfs-progs bup
9696

9797
- name: Set up Python venv and Jupyter kernel
9898
run: |

0 commit comments

Comments
 (0)