This commit is contained in:
Philip Peterson 2025-04-25 23:21:27 -07:00
parent 250b8c7fbf
commit a076c2859f
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -17,6 +17,7 @@ runs:
cache: "yarn" cache: "yarn"
- name: Install Yarn - name: Install Yarn
shell: bash
run: npm install -g yarn run: npm install -g yarn
- name: Fix node-gyp and Python - name: Fix node-gyp and Python