Skip to content

Commit

Permalink
Install linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 2, 2024
1 parent 168c088 commit 075e93c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Main

on:
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest

fail-fast: false
steps:
- uses: actions/checkout@v4
# with:
Expand All @@ -43,7 +43,17 @@ jobs:
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt update && sudo apt install build-essential libssl-dev pkg-config
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
pkg-config \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
# - name: Check examples
# run: cargo check --examples
# - name: Lint
Expand Down

0 comments on commit 075e93c

Please sign in to comment.