diff options
| author | Dax Raad <[email protected]> | 2025-08-12 17:44:27 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 17:44:39 -0400 |
| commit | 17b07877e596a0ec79436f2595d60722804f5c54 (patch) | |
| tree | bd62dd3ac4fb6c9641bd3f0b8c22330f8be594af /.github/workflows | |
| parent | dedaa34dc1c36a2638eb8d25436f9507a3e19c77 (diff) | |
| download | opencode-17b07877e596a0ec79436f2595d60722804f5c54.tar.gz opencode-17b07877e596a0ec79436f2595d60722804f5c54.zip | |
ci: disable AUR packaging in publish workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12b1d4afd..762be8de4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,10 +48,10 @@ jobs: restore-keys: | ${{ runner.os }}-bun- - - name: Install makepkg - run: | - sudo apt-get update - sudo apt-get install -y pacman-package-manager + # - name: Install makepkg + # run: | + # sudo apt-get update + # sudo apt-get install -y pacman-package-manager - name: Setup SSH for AUR run: | @@ -60,7 +60,7 @@ jobs: chmod 600 ~/.ssh/id_rsa git config --global user.email "[email protected]" git config --global user.name "opencode" - ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts + # ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts - name: Install dependencies run: bun install |
