Skip to content

chore: update ckb to 0.119 #27

chore: update ckb to 0.119

chore: update ckb to 0.119 #27

Workflow file for this run

name: Rust
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cargo build
run: cargo build