Fixed Syntax Error in Release Action Command
Some checks failed
Some checks failed
This commit is contained in:
parent
437af73be1
commit
6ad5a86f0b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y \
|
apt install -y \
|
||||||
nodejs npm
|
nodejs npm \
|
||||||
libwebkit2gtk-4.0-dev \
|
libwebkit2gtk-4.0-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
file \
|
file \
|
||||||
|
|
Reference in a new issue