Update depoly.yml
This commit is contained in:
parent
f1aef5495a
commit
7d7bd39457
1 changed files with 0 additions and 1 deletions
1
.github/workflows/depoly.yml
vendored
1
.github/workflows/depoly.yml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
- name: Install YARN
|
|
||||||
- run: 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -'
|
- run: 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -'
|
||||||
- run: 'echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list'
|
- run: 'echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list'
|
||||||
- run: "sudo apt update && sudo apt install yarn"
|
- run: "sudo apt update && sudo apt install yarn"
|
||||||
|
|
Loading…
Reference in a new issue