Skip to content

Commit bc03efd

Browse files
committed
Add GUI
1 parent 746f91c commit bc03efd

24 files changed

Lines changed: 5732 additions & 520 deletions

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
path: ~/.cargo
4646
key: cargo-${{ matrix.os.version }}-${{ matrix.toolchain.version }}
4747

48+
# Install dependencies on Linux
49+
- if : matrix.os.name == 'linux'
50+
run: |
51+
sudo apt-get update
52+
sudo apt-get install -y libglib2.0-dev gir1.2-gdk-3.0-dev libjavascriptcoregtk-4.1-dev libsoup-3.0-dev
53+
4854
# Install toolchain
4955
- run: rustup update ${{ matrix.toolchain.version }}
5056
- run: rustup default ${{ matrix.toolchain.version }}

0 commit comments

Comments
 (0)