Skip to content

feat(ci):rust image

feat(ci):rust image #2

Workflow file for this run

name: Release Workflow
on:
push:
branches:
- feat/agent-to-deb
jobs:
build:
runs-on: rust:1.67
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install rust deb
run: cargo install cargo-deb
- name: Build agent project
run: cd agent && cargo deb