Skip to content

Commit

Permalink
liftoff requirements for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
friend0 committed Dec 15, 2024
1 parent e9f4d26 commit 5fec6d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Run only on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y install \
libclang-dev \
libatk-bridge2.0 \
libfontconfig1-dev \
libfreetype6-dev \
libglib2.0-dev \
libgtk-3-dev \
libssl-dev \
libxcb-render0-dev \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
patchelf

- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5fec6d6

Please sign in to comment.