Skip to content

Commit

Permalink
Wrong apt package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 4, 2023
1 parent fd09b9c commit aecf5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends zip git python3.12-dev
sudo apt-get install -y --no-install-recommends zip git python3-dev
python -m venv venv
source venv/bin/activate
git clone https://github.com/hmelder/AnkiTUM-Runtime
Expand Down

0 comments on commit aecf5ef

Please sign in to comment.