We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d883c commit 5dff747Copy full SHA for 5dff747
1 file changed
.github/actions/setup-toolchain/action.yml
@@ -76,6 +76,7 @@ runs:
76
with:
77
node-version: ${{ inputs.node-version }}
78
cache: ${{ inputs.cache-npm-dependencies }}
79
+ registry-url: https://registry.npmjs.org
80
- name: Set up Xcode
81
if: ${{ inputs.xcode-developer-dir != '' }}
82
run: |
0 commit comments