Skip to content

Commit

Permalink
Try to fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 4, 2024
1 parent b2e8f2c commit d5fb62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# - os: ubuntu-latest
# cibw_archs: "aarch64"
steps:
- name: Install prerequisites
run: sudo apt-get install -y gcc cmake libssl-dev libpython3-dev python3-dev libffi-dev
- name: Install prerequisites
run: sudo apt-get install -y gcc cmake libssl-dev libpython3-dev python3-dev libffi-dev

- uses: actions/checkout@v3
- name: Install Rust
Expand Down

0 comments on commit d5fb62f

Please sign in to comment.