chore: fix ci
This commit is contained in:
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ghcr.io/catthehacker/ubuntu:rust-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
rustup: [stable]
|
rustup: [stable]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -23,6 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: script/linux
|
- name: script/linux
|
||||||
run: chmod +x ./script/linux && ./script/linux
|
run: chmod +x ./script/linux && ./script/linux
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user