CI: Fix dependency package name

pull/444/head
Krille 2 years ago
parent 2496db5028
commit c9b56012cc
No known key found for this signature in database

@ -21,7 +21,7 @@ jobs:
with: with:
flutter-version: ${{ env.FLUTTER_VERSION }} flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Install dependencies - 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 - run: flutter pub get
- name: Prepare web - name: Prepare web
run: ./scripts/prepare-web.sh run: ./scripts/prepare-web.sh

Loading…
Cancel
Save