mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 19:51:01 +00:00
try containerized ci (+1 squashed commits)
Squashed commits: [fc53c200] try containerized ci (+1 squashed commits) Squashed commits: [4b48b0d5] try containerized ci
This commit is contained in:
parent
4e740311fe
commit
57e12b73af
2 changed files with 12 additions and 4 deletions
|
|
@ -8,6 +8,9 @@ env:
|
|||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: ubuntu:20.04
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
|
|
@ -18,8 +21,9 @@ jobs:
|
|||
- name: Dependencies
|
||||
id: depends
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install git curl bzip2
|
||||
apt-get update
|
||||
apt-get install -y sudo
|
||||
sudo apt-get -y install git curl bzip2
|
||||
|
||||
- name: Build
|
||||
id: make_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue