Skip to content

Commit c6faab9

Browse files
Update node.js.yml
1 parent e3edaf4 commit c6faab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Python 2
3030
run: |
3131
sudo apt-get update
32-
sudo apt install python2-minimal
32+
sudo apt-get install python2-minimal
3333
- name: Install dependencies and build site
3434
run: npm i -g pnpm@7 && pnpm up && pnpm i --shamefully-hoist && webpack --bail && zip -r release.zip build
3535
- name: Upload artifact

0 commit comments

Comments
 (0)