Skip to content

fix: get libssl-dev #48

fix: get libssl-dev

fix: get libssl-dev #48

Workflow file for this run

name: release app binary on tag
# push to branch
on:
push:
branches:
- master
- feature/*
- release/*
- hotfix/*
- bugfix/*
- chore/*
- ci/*
- docs/*
- refactor/*
- style/*
- test/*
- wip/*
- revert/*
- fix/*
- perf/*
- revert/*
jobs:
build:
uses: ./.github/workflows/rust_build.yml