Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 6793afc

Browse files
committed
update workflow action
Signed-off-by: coyoteclan <mrcreamy112233@gmail.com>
1 parent 58c1578 commit 6793afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dependencies
2323
run: |
2424
sudo apt update
25-
sudo apt install -y pkg-config libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
25+
sudo apt install -y libgtk-4-dev build-essential pkg-config libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
2626
libxkbcommon-dev libssl-dev
2727
2828
- name: Build Release
@@ -47,4 +47,4 @@ jobs:
4747
prerelease: false
4848
artifacts: "target/release/codlinux"
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)