mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 12:59:35 -07:00
fixed 'uses' and 'run' conflict
This commit is contained in:
parent
e1726f705e
commit
116c8c4b05
1 changed files with 2 additions and 1 deletions
3
.github/workflows/check4update.yml
vendored
3
.github/workflows/check4update.yml
vendored
|
@ -19,10 +19,11 @@ jobs:
|
|||
with:
|
||||
ref: master
|
||||
|
||||
- name: Set up Python and install dependencies
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install Python dependencies
|
||||
run: python -m pip install bs4 requests lxml
|
||||
|
||||
- name: Check for driver updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue