Skip to content

build(deps): bump openssl from 0.10.48 to 0.10.61 #359

build(deps): bump openssl from 0.10.48 to 0.10.61

build(deps): bump openssl from 0.10.48 to 0.10.61 #359

Workflow file for this run

name: PR/Push
on:
workflow_dispatch:
inputs:
pull_request:
push:
branches:
- main
jobs:
build-linux-x86_64:
name: Build - linux x86_64
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup build environment
run: make setup-dev
- name: Run tests
run: make test
- name: Build artifacts
run: make build