Skip to content

Commit

Permalink
Fix broken Steam CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
doZennn authored Feb 17, 2025
1 parent 7ffab6f commit cd0c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install ruff
pip install ijson
pip install trio
pip install "git+https://github.com/njbooher/steam.git@wsproto#egg=steam[client]"
pip install "steam[client]"
- name: Lint with Shellcheck
run: |
shellcheck winetricks
Expand Down

0 comments on commit cd0c6c0

Please sign in to comment.