Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Oct 14, 2024
1 parent 3770db5 commit 16da072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Runs a single command using the runners shell
- name: Install dependencies
run: pip3 install setuptools
run: sudo apt-get install python3-setuptools -y

- name: Install the updater
run: sudo pip3 install ./pyAPIUpdater/
Expand Down

0 comments on commit 16da072

Please sign in to comment.