Skip to content

Commit e01f137

Browse files
authored
Fixed Linux issue
1 parent 26bf932 commit e01f137

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
node-version: 22
4646

4747
- name: Install libraries
48-
run: sudo apt-get install libfontconfig1-dev --fix-missing
48+
run:
49+
|
50+
sudo apt-get update
51+
sudo apt-get install -y libfontconfig1-dev uuid-dev --fix-missing
4952

5053
- name: Install dependencies
5154
run: npm install

0 commit comments

Comments
 (0)