Skip to content

build: pin serde and rmp-serde #84

build: pin serde and rmp-serde

build: pin serde and rmp-serde #84

Workflow file for this run

name: Release Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
release-build:
name: Release Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
macos-latest,
windows-latest,
]
toolchain: [
stable,
"1.66.1", # Check the version used by Holochain
]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: Make Release
run: make release