mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
rust.yml update pci.ids on each run
For some unknown reason, ubuntu 20.04 is missing some entries from the PCI ID database that are present both in older and newer versions.
This commit is contained in:
parent
5da2610a7c
commit
0959667ca7
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
|||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt install libgtk-3-dev libvulkan-dev
|
run: sudo apt install libgtk-3-dev libvulkan-dev
|
||||||
|
- name: Update pci.ids
|
||||||
|
run: sudo sh -c "curl https://pci-ids.ucw.cz/v2.2/pci.ids > /usr/share/misc/pci.ids"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user