rust.yml add apt update

This commit is contained in:
ilyazzz 2021-01-21 15:24:49 +02:00 committed by GitHub
parent aec919cf14
commit 5da2610a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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