Remove packages already installed from Release Action
This commit is contained in:
parent
6ad5a86f0b
commit
2d95ac45ae
1 changed files with 0 additions and 3 deletions
|
@ -28,11 +28,8 @@ jobs:
|
||||||
nodejs npm \
|
nodejs npm \
|
||||||
libwebkit2gtk-4.0-dev \
|
libwebkit2gtk-4.0-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
file \
|
|
||||||
libssl-dev \
|
|
||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev
|
|
||||||
-
|
-
|
||||||
name: Installing Yarn, Vite
|
name: Installing Yarn, Vite
|
||||||
run: npm install --global yarn vite
|
run: npm install --global yarn vite
|
||||||
|
|
Reference in a new issue