mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-22 14:57:00 +00:00
try actions build again (+1 squashed commits)
Squashed commits: [e7e54ec3b] try actions build again
This commit is contained in:
parent
5440ca4794
commit
ab1c5b3fdc
2 changed files with 14 additions and 0 deletions
13
.github/workflows/kcpp-build-release-linux.yaml
vendored
13
.github/workflows/kcpp-build-release-linux.yaml
vendored
|
|
@ -16,6 +16,7 @@ env:
|
|||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-22.04
|
||||
permissions: write-all
|
||||
container:
|
||||
image: ubuntu:20.04
|
||||
options: --privileged
|
||||
|
|
@ -60,6 +61,18 @@ jobs:
|
|||
name: kcpp_linux_binary
|
||||
path: dist/
|
||||
|
||||
- name: Install GitHub CLI
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \
|
||||
| dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
|
||||
chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
|
||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" \
|
||||
| tee /etc/apt/sources.list.d/github-cli.list > /dev/null
|
||||
apt-get update
|
||||
apt-get install -y gh
|
||||
|
||||
- name: Upload to GitHub Release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ env:
|
|||
jobs:
|
||||
windows:
|
||||
runs-on: windows-2022
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue