We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d7fe3 commit e443209Copy full SHA for e443209
.github/actions/setup-bun/action.yml
@@ -31,6 +31,10 @@ runs:
31
bun-version-file: ${{ !steps.bun-url.outputs.url && 'package.json' || '' }}
32
bun-download-url: ${{ steps.bun-url.outputs.url }}
33
34
+ - name: Install setuptools for distutils compatibility
35
+ run: python3 -m pip install setuptools || pip install setuptools || true
36
+ shell: bash
37
+
38
- name: Install dependencies
39
run: bun install
40
shell: bash
0 commit comments