summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcaneDev <alive6863@gmail.com>2025-11-04 23:36:48 +0300
committerGitHub <noreply@github.com>2025-11-04 23:36:48 +0300
commitd0af5c09de148545046042c6df0cd9edbf7c1115 (patch)
tree2f2d244cf1953050c1d4d41a0520869302a9e1c1
parentf4a4d9e1b5310ba51f61e92f04658d42105418ef (diff)
Add makepkg to dependencies installation step
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7056849..e4162cb 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -17,8 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deps
- run: sudo apt install libasound2-dev libx11-dev
+ run: sudo apt install libasound2-dev libx11-dev makepkg
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose
+ - name: MakePKG test
+ run: makepkg