Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Dec 28, 2023
1 parent 6b64497 commit 504c848
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:

- name: Install desktop dependencies
run: |
sudo apt install -y librust-atk-dev
- name: Checkout sources
uses: actions/checkout@v3

Expand Down Expand Up @@ -79,6 +84,11 @@ jobs:

swap-storage: true


- name: Install desktop dependencies
run: |
sudo apt install -y libglib2.0-dev libatk1.0-dev libgtk-3-dev librust-atk-dev
- name: Checkout sources
uses: actions/checkout@v3

Expand Down Expand Up @@ -189,6 +199,10 @@ jobs:
sudo apt-get update
sudo apt install -y gcc-multilib
- name: Install desktop dependencies
run: |
sudo apt install -y librust-atk-dev
- name: Install stable toolchain
if: steps.install_llvm.outcome == 'success' && steps.install_llvm.conclusion == 'success'
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -246,6 +260,10 @@ jobs:
sudo apt-get update
sudo apt install -y gcc-multilib
- name: Install desktop dependencies
run: |
sudo apt install -y librust-atk-dev
- name: Install stable toolchain
if: steps.install_llvm.outcome == 'success' && steps.install_llvm.conclusion == 'success'
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 504c848

Please sign in to comment.