mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
rust.yml add apt update
This commit is contained in:
parent
aec919cf14
commit
5da2610a7c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update repos
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
run: sudo apt install libgtk-3-dev libvulkan-dev
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user