ci: remove legacy add path command
This commit is contained in:
parent
e4f005c735
commit
93fbdf0e54
2 changed files with 2 additions and 4 deletions
4
.github/workflows/linux-aarch64.yaml
vendored
4
.github/workflows/linux-aarch64.yaml
vendored
|
@ -62,9 +62,7 @@ jobs:
|
|||
npm-cache-
|
||||
|
||||
- name: Install cross compile toolchain
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-aarch64-linux-gnu g++-6-aarch64-linux-gnu -y
|
||||
run: sudo apt-get install gcc-aarch64-linux-gnu g++-6-aarch64-linux-gnu -y
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org
|
||||
|
|
2
.github/workflows/napi3.yaml
vendored
2
.github/workflows/napi3.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
wget https://nodejs.org/dist/v10.2.0/node-v10.2.0-linux-x64.tar.xz
|
||||
tar xf node-v10.2.0-linux-x64.tar.xz
|
||||
echo "::add-path::$(pwd)/node-v10.2.0-linux-x64/bin"
|
||||
echo "$(pwd)/node-v10.2.0-linux-x64/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Reference in a new issue