Skip to content

fix: early return caused by ropey #5

fix: early return caused by ropey

fix: early return caused by ropey #5

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install -y librime-dev
- name: Build
run: |
cargo build --release