ci: tweak

This commit is contained in:
Dax Raad
2025-08-12 13:01:45 -04:00
parent ee2b57958d
commit dd0c049119

View File

@@ -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