ci: Disable npm cache to see if that's the cause for macos failing to build

This commit is contained in:
Elian Doran 2024-08-10 13:50:30 +03:00
parent f7639d2537
commit ee9ce5fadc
No known key found for this signature in database

View File

@ -37,8 +37,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Update build info