Skip to content

upgrade to abi 0.0.7 #31

upgrade to abi 0.0.7

upgrade to abi 0.0.7 #31

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request: {}
name: Test
jobs:
build_and_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.21/cr'
name: 'cr'
version: '0.8.21'
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.21/caps'
name: 'caps'
version: '0.8.21'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release
- run: mkdir dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
- run: cr -1