Skip to content

Commit

Permalink
Again...
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Sep 27, 2024
1 parent df2d6b9 commit 00f3a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
rust: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: ./.github/actions/rust_build
with:
target: test
- name: test
shell: bash
run: |
sudo apt-get install libpython3.10-dev
cargo test

0 comments on commit 00f3a3f

Please sign in to comment.