CI: Fix dependency package name
This commit is contained in:
parent
2496db5028
commit
c9b56012cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install node -y
|
||||
run: sudo apt-get update && sudo apt-get install nodejs -y
|
||||
- run: flutter pub get
|
||||
- name: Prepare web
|
||||
run: ./scripts/prepare-web.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue