mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
update dependencies, add comment
This commit is contained in:
parent
297e54b2c1
commit
4c2c6cb1d0
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -12,12 +12,13 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
# https://github.com/actions/runner-images
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install system packages
|
||||
run: sudo apt install -y libgtk-4-dev libglib2.0-dev libadwaita-1-dev
|
||||
run: sudo apt install -y build-essential libgtk-4-dev libadwaita-1-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user