Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b032f7e

Browse files
committed
use python3 for CI builds
1 parent 7871308 commit b032f7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-cache.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
- cargo-audit
1919
- cargo-udeps
2020
- cargo-nono
21+
- cross
22+
- sccache
2123
steps:
2224
- uses: actions/checkout@v2
2325
- name: Build and upload binary crate
2426
run: |
25-
python -m pip install -r ci/requirements.txt
26-
python ci/build.py
27+
python3 -m pip install -r ci/requirements.txt
28+
python3 ci/build.py
2729
env:
2830
CRATE: ${{ matrix.crate }}
2931
RUNNER: ${{ matrix.os }}

0 commit comments

Comments
 (0)