Skip to content

Commit

Permalink
Update CI and build instructions for gtk4. It's a wonder they worked …
Browse files Browse the repository at this point in the history
…earlier without this change.
  • Loading branch information
misson20000 committed Sep 25, 2023
1 parent eab410f commit ce92790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install gtk deps
run: sudo apt update && sudo apt install -y libatk1.0-dev libpango1.0-dev libgtk-3-dev
run: sudo apt update && sudo apt install -y libatk1.0-dev libpango1.0-dev libgtk-4-dev
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A hex editor that "isn't bad".
1. Install dependencies:

```
sudo apt-get install libgtk-3-dev libgdk-pixbuf2.0-dev libatk1.0-dev libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
sudo apt-get install libgtk-4-dev libgdk-pixbuf2.0-dev libatk1.0-dev libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
```

2. Build:
Expand Down

0 comments on commit ce92790

Please sign in to comment.