Skip to content

Commit

Permalink
Update macos-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 21, 2023
1 parent 57439a3 commit e625393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
fetch-depth: 0

- name: Uninstall NodeJS and NPM
run: |
npm uninstall npm -g
rm -rf /usr/local/lib/node_modules/npm
# TODO: This must go in metacall-environment-macos.sh as base dependencies
- name: Configure Clang
run: |
Expand Down

0 comments on commit e625393

Please sign in to comment.