Skip to content

Commit

Permalink
CI: Fix dependency package name
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 14, 2023
1 parent 2496db5 commit c9b5601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b5601

Please sign in to comment.