update ci

This commit is contained in:
Siyuan Miao 2025-09-25 21:11:33 +00:00 committed by Siyuan
parent fb5ed4d62e
commit c9ad68a3ec
1 changed files with 3 additions and 7 deletions

View File

@ -18,11 +18,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up build dependencies
run: |
apt-get update && apt-get install -y \
build-essential \
cmake \
libusb-1.0-0-dev \
libudev-dev
./.devcontainer/install-deps.sh
- name: Set up Cmake cache
uses: actions/cache@v4
with:
@ -37,9 +33,9 @@ jobs:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: Set up Golang
uses: actions/setup-go@v5.5.0
uses: actions/setup-go@v6.0.0
with:
go-version: "1.24.4"
go-version: "^1.25.1"
- name: Build frontend
run: |
make frontend