Skip to content

Commit

Permalink
update gh action prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 9, 2024
1 parent 788cd09 commit dc5372e
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 3,785 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
- run: rustc --version
# - name: Run tests
# run: cargo test
Expand Down
Loading

0 comments on commit dc5372e

Please sign in to comment.