ci: remove legacy add path command

This commit is contained in:
LongYinan 2020-11-18 11:28:06 +08:00
parent e4f005c735
commit 93fbdf0e54
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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