chore: prepare
Some checks failed
Rust / build (ghcr.io/catthehacker/ubuntu:rust-latest, stable) (push) Has been cancelled

This commit is contained in:
2026-03-04 15:23:06 +07:00
parent d065e70cd1
commit c054017d7e
3 changed files with 30 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ghcr.io/catthehacker/ubuntu:rust-latest]
rustup: [stable]
runs-on: ${{ matrix.os }}
@@ -23,7 +23,6 @@ jobs:
- name: script/linux
run: chmod +x ./script/linux && ./script/linux
if: matrix.os == 'ubuntu-latest'
- name: Build
run: cargo build --verbose