We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c09ab commit 12639d6Copy full SHA for 12639d6
.github/workflows/build_wheels.yml
@@ -32,7 +32,7 @@ jobs:
32
if: matrix.os == 'ubuntu-20.04'
33
uses: pypa/cibuildwheel@v2.16.2
34
env:
35
- CIBW_BEFORE_ALL: "bash tools/github/install_rust.sh"
+ CIBW_BEFORE_ALL: "bash dev/tools/github/install_rust.sh"
36
37
- name: Build wheels Mac
38
if: matrix.os == 'macos-11'
0 commit comments