Skip to content

build(deps): bump rustix from 0.36.11 to 0.36.17 #360

build(deps): bump rustix from 0.36.11 to 0.36.17

build(deps): bump rustix from 0.36.11 to 0.36.17 #360

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