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: |
|
||||
apt update
|
||||
apt install -y \
|
||||
nodejs npm
|
||||
nodejs npm \
|
||||
libwebkit2gtk-4.0-dev \
|
||||
build-essential \
|
||||
file \
|
||||
|
|
Reference in a new issue