Skip to content

Commit 12639d6

Browse files
gh action, rust install
1 parent f5c09ab commit 12639d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.os == 'ubuntu-20.04'
3333
uses: pypa/cibuildwheel@v2.16.2
3434
env:
35-
CIBW_BEFORE_ALL: "bash tools/github/install_rust.sh"
35+
CIBW_BEFORE_ALL: "bash dev/tools/github/install_rust.sh"
3636

3737
- name: Build wheels Mac
3838
if: matrix.os == 'macos-11'

0 commit comments

Comments
 (0)