Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinaha committed Mar 4, 2024
1 parent 012b0a8 commit ed38d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install GTK4
run: sudo apt install libgtk-4-dev build-essential gtk4
- name: gdk4
run: sudo apt install librust-gdk4-sys-dev
- name: Set PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
- name: Install dependencies
run: sudo apt-get install libpango1.0-dev
run: sudo apt install libgtk-4-dev build-essential
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ reqwest = { version = "0.11", features = ["json"] }
async-channel = "2.2.0"
once_cell = "1.7.2"
lazy_static = "1.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 comments on commit ed38d4f

Please sign in to comment.