Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit ee9419a

Browse files
committed
added aur to known hosts
1 parent 98e9c4c commit ee9419a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/aur-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
git config --global user.name "Byson94"
2323
git config --global user.email "byson94wastaken@gmail.com"
2424
25+
- name: Add AUR to known_hosts
26+
run: |
27+
mkdir -p ~/.ssh
28+
ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts
29+
chmod 644 ~/.ssh/known_hosts
30+
2531
- name: Sync and push AUR
2632
run: |
2733
set -e

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ license = "GPL-3.0-or-later"
88
x11rb = "0.12.0"
99
clap = { version = "4.5.1", features = ["derive"] }
1010
# ctrlc = "3"
11-
signal-hook = "0.3"
12-
# dummy to trigger build 2
11+
signal-hook = "0.3"

0 commit comments

Comments
 (0)