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

Commit b0633b4

Browse files
committed
rustc not rust and cargo.
1 parent 063d23b commit b0633b4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
uses: actions/setup-python@v2
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- name: Install rust
33-
run: sudo apt-get install rust
32+
- name: Install rustc and cargo
33+
run: |
34+
sudo apt-get install rustc
35+
sudo apt install cargo
3436
- name: Install dependencies
3537
run: |
3638
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)