mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 07:01:14 +00:00
Update ci.yml
This commit is contained in:
parent
5af044142b
commit
3c488e0d07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
- name: Copy web assets to native platform
|
||||
run: npx ionic capacitor copy ios --no-build
|
||||
- name: Update native platform
|
||||
|
|
Loading…
Reference in a new issue