Skip to content

Commit

Permalink
To prevent installing rust lets use the binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 14, 2024
1 parent 2f4683d commit ff3c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Install deps python, part 1
run: pip install "cffi>=1.17.0rc1"
- name: Install deps python
run: pip install --pre -r requirements-base.txt -r test-requirements.txt
run: pip install --prefer-binary --pre -r requirements-base.txt -r test-requirements.txt
- name: Build
run: |-
./build_product \
Expand Down

0 comments on commit ff3c566

Please sign in to comment.