ci: tweak
This commit is contained in:
25
.github/workflows/publish.yml
vendored
25
.github/workflows/publish.yml
vendored
@@ -48,19 +48,20 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
|
||||||
- name: Install makepkg
|
# Temporarily disabled AUR steps
|
||||||
run: |
|
# - name: Install makepkg
|
||||||
sudo apt-get update
|
# run: |
|
||||||
sudo apt-get install -y pacman-package-manager
|
# sudo apt-get update
|
||||||
|
# sudo apt-get install -y pacman-package-manager
|
||||||
|
|
||||||
- name: Setup SSH for AUR
|
# - name: Setup SSH for AUR
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
|
# echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
# chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
|
# ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
|
||||||
git config --global user.email "opencode@sst.dev"
|
# git config --global user.email "opencode@sst.dev"
|
||||||
git config --global user.name "opencode"
|
# git config --global user.name "opencode"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|||||||
Reference in New Issue
Block a user