Add GPU recognition test (#19)

This commit is contained in:
ilyazzz
2021-03-07 21:17:55 +02:00
committed by GitHub
parent d38f1588d0
commit 884abbdaa4
2 changed files with 33 additions and 2 deletions

View File

@@ -19,8 +19,6 @@ jobs:
run: sudo apt update
- name: Install dependencies
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
run: cargo build
- name: Run tests