mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-28 17:33:31 +00:00
ci: Install libgtk-3-dev
This commit is contained in:
parent
cb3c6062c7
commit
86d6432982
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -13,6 +13,10 @@ jobs:
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt install libgtk-3-dev
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@ -39,6 +43,10 @@ jobs:
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt install libgtk-3-dev
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user