mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
require libadwaita-1-dev, remove config path, rollback to ubuntu 24.04
This commit is contained in:
parent
cb02371a2b
commit
cd5db73057
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -12,14 +12,12 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-24.10
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
run: sudo apt install -y libgtk-4-dev libglib2.0-dev
|
run: sudo apt install -y libgtk-4-dev libglib2.0-dev libadwaita-1-dev
|
||||||
- name: Set PKG_CONFIG_PATH
|
|
||||||
run: echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user