test rocm rolling (+1 squashed commits)

Squashed commits:

[43c8f7fc6] test rocm rolling (+4 squashed commit)

Squashed commit:

[16a60aa77] test clobber 4

[a6c866450] test clobber 3

[9322f17f6] test clobber 2

[b7a420cbe] testing clobber
This commit is contained in:
Concedo 2025-06-08 14:48:53 +08:00
parent 5d8f499f03
commit 7132d6b15c

View file

@ -16,14 +16,15 @@ env:
jobs:
linux:
runs-on: ubuntu-22.04
steps:
permissions: write-all
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
@ -32,7 +33,7 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
- name: Clone
id: checkout
uses: actions/checkout@v3
@ -70,3 +71,9 @@ jobs:
with:
name: kcpp_linux_binary
path: dist/
- name: Upload to GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload rocm-rolling dist/koboldcpp-linux-x64-rocm --clobber