-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Remove packages from npm command
- Loading branch information
1 parent
2bbc777
commit 774aa88
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,15 +70,15 @@ jobs: | |
run: | | ||
sudo apt-get -y install ninja-build | ||
- name: Install lv_font_conv | ||
run: | ||
npm i -g [email protected] | ||
|
||
- name: Checkout source files | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Install npm packages | ||
run: | ||
npm i | ||
|
||
- name: Get InfiniSim repo | ||
run: | | ||
git clone https://github.com/InfiniTimeOrg/InfiniSim.git --depth 1 --branch main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters