mirror of https://github.com/jetkvm/kvm.git
update ci
This commit is contained in:
parent
fb5ed4d62e
commit
c9ad68a3ec
|
|
@ -18,11 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
- name: Set up build dependencies
|
- name: Set up build dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y \
|
./.devcontainer/install-deps.sh
|
||||||
build-essential \
|
|
||||||
cmake \
|
|
||||||
libusb-1.0-0-dev \
|
|
||||||
libudev-dev
|
|
||||||
- name: Set up Cmake cache
|
- name: Set up Cmake cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -37,9 +33,9 @@ jobs:
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "**/package-lock.json"
|
cache-dependency-path: "**/package-lock.json"
|
||||||
- name: Set up Golang
|
- name: Set up Golang
|
||||||
uses: actions/setup-go@v5.5.0
|
uses: actions/setup-go@v6.0.0
|
||||||
with:
|
with:
|
||||||
go-version: "1.24.4"
|
go-version: "^1.25.1"
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: |
|
run: |
|
||||||
make frontend
|
make frontend
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue