Skip to content

Commit 54cdb17

Browse files
Update build.yml
1 parent 6e47ff5 commit 54cdb17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
curl -fsSL https://get.pnpm.io/install.sh | sh -
3434
curl -fsSL https://deb.nodesource.com/setup_22.x | sh -
3535
36-
$APT_PARAMS install sudo curl git nodejs
36+
$APT_PARAMS install sudo curl git nodejs file
3737
3838
- name: Build
3939
run: |
@@ -66,5 +66,3 @@ jobs:
6666
tag_name: ${{ env.RELEASE_DATE }}
6767
files: |
6868
${{ env.RELEASE_FILE }}
69-
70-

0 commit comments

Comments
 (0)