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

Commit 063d23b

Browse files
committed
Added rust
1 parent 8c979e8 commit 063d23b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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
3234
- name: Install dependencies
3335
run: |
3436
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)