Skip to content

Commit 78ee6c1

Browse files
authored
fix
1 parent 4fb8c05 commit 78ee6c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
node-version: 16.x
2222

23+
- name: Install APT Dependencies
24+
run: ./tools/packages-actions-ubuntu.sh
25+
2326
- name: Build & package server
2427
run: |
2528
cd server

0 commit comments

Comments
 (0)