fix: fix gh action for basic testing

This commit is contained in:
Augusto Moura 2022-02-09 21:20:19 -03:00
parent 223cb30f9a
commit 4b329e7d36
No known key found for this signature in database
GPG Key ID: 67F85AF470AE27DA

View File

@ -22,14 +22,11 @@ jobs:
- name: Install system packages on Ubuntu
if: ${{ runner.os == 'Linux' }}
run: sudo apt-get install curl dirmngr gawk gpg
run: sudo apt-get install curl
- name: Install system packages on macOS
if: ${{ runner.os == 'macOS' }}
run: brew install coreutils gawk gpg
- name: Import the Node.js release team's OpenPGP keys
run: bash ./bin/import-release-team-keyring
run: brew install coreutils
- name: Test plugin
uses: asdf-vm/actions/plugin-test@v1