Skip to content

Commit 6b6898b

Browse files
committed
fix build issue 2.0
1 parent ff7c00d commit 6b6898b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
- name: Checkout repository
5050
uses: actions/checkout@v3
5151

52+
- name: Set up Node.js
53+
uses: actions/setup-node@v3
54+
with:
55+
node-version: 22
56+
5257
- name: Build flatpak
5358
run: |
5459
npm run flatpak

flatpak.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
if ! [ -d "dist/linux-unpacked" ]; then
55
# echo "App not found, please build first."
66
# exit 1
7+
npm install
78
./build.sh --linux --x64
89
fi
910

0 commit comments

Comments
 (0)