Use git-capable runner for patch CI
Some checks failed
check / check (push) Failing after 32s

This commit is contained in:
matamune 2026-05-18 00:13:35 +00:00
parent 37d622a7ec
commit 2d99ab4cfa
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324

View file

@ -9,13 +9,17 @@ on:
jobs:
check:
runs-on: bun
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Bun
run: npm install -g bun@1.3.11
- name: Install system dependencies
run: |
apt-get update
apt-get install -y git docker.io
apt-get install -y docker.io
- name: Install
run: bun install --frozen-lockfile
- name: Typecheck