Skip to content

Merge branch 'nuno1212s:master' into master #5

Merge branch 'nuno1212s:master' into master

Merge branch 'nuno1212s:master' into master #5

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install capnproto
run: sudo apt install capnproto
- name: Build
run: cargo build --verbose --release
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@v1.2.1