Merge pull request #305 from napi-rs/fix-add-path-command

ci: remove legacy add path command
This commit is contained in:
LongYinan 2020-11-18 12:06:23 +08:00 committed by GitHub
commit 5444eed7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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