Skip to content

ci(gh-actions): bump rust toolchain version #50

ci(gh-actions): bump rust toolchain version

ci(gh-actions): bump rust toolchain version #50

Workflow file for this run

on: push
name: build
jobs:
check-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.77.2
- run: cargo build