We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d297 commit f4ad609Copy full SHA for f4ad609
.github/workflows/make-and-test.yml
@@ -91,8 +91,8 @@ jobs:
91
# cache: "pnpm"
92
# cache-dependency-path: "src/packages/pnpm-lock.yaml"
93
94
- - name: Install btrfs-progs
95
- run: sudo apt-get update && sudo apt-get install -y btrfs-progs
+ - name: Install btrfs-progs and bup for @cocalc/file-server
+ run: sudo apt-get update && sudo apt-get install -y btrfs-progs bup
96
97
- name: Set up Python venv and Jupyter kernel
98
run: |
0 commit comments