Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 6175b2c

Browse files
committed
fix typo
1 parent 7a38882 commit 6175b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
run: |
273273
sudo dpkg --add-architecture i386
274274
sudo apt update
275-
sudo install wine winetricks wine32:i386 -y
275+
sudo apt install -y wine winetricks wine32:i386
276276
curl -O https://github.com/electron/rcedit/releases/latest/download/rcedit-x64.exe
277277
wine rcedit-x64.exe ./obj-artifact-build-output/dist/bin/floorp.exe --set-icon ./browser/branding/floorp-daylight/firefox.ico
278278

0 commit comments

Comments
 (0)