Skip to content

chore: update ckb to 0.119 (#14) #29

chore: update ckb to 0.119 (#14)

chore: update ckb to 0.119 (#14) #29

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