mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-06 21:11:24 +02:00
Stop forcing concedo_experimental in CI (#833)
* Use correct branch name * CI now uses selected branch
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Dependencies
|
||||
id: depends
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Dependencies
|
||||
id: depends
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- uses: Jimver/cuda-toolkit@v0.2.11
|
||||
id: cuda-toolkit
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- uses: Jimver/cuda-toolkit@v0.2.11
|
||||
id: cuda-toolkit
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Get Python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
id: checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: concedo_experimental
|
||||
ref: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
- name: Get Python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
Reference in New Issue
Block a user