Skip to content

chore: upgrade ckb to 0.115-rc2, bump to 0.115-rc2 (#127) #20

chore: upgrade ckb to 0.115-rc2, bump to 0.115-rc2 (#127)

chore: upgrade ckb to 0.115-rc2, bump to 0.115-rc2 (#127) #20

Workflow file for this run

name: Rust
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Build ckb-vm-signal-profiler example
run: cargo build --examples --package ckb-vm-signal-profiler