mirror of
https://github.com/morgan9e/Signal-Desktop-AppImage
synced 2026-04-14 00:04:08 +09:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install jq
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y jq
|
||||
sudo apt install -y jq python3
|
||||
|
||||
- name: Add AppImage
|
||||
run: |
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install pnpm
|
||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||
pnpm build --platform linux
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
|
||||
Reference in New Issue
Block a user