Skip to content

Bump rustix from 0.38.4 to 0.38.20 #66

Bump rustix from 0.38.4 to 0.38.20

Bump rustix from 0.38.4 to 0.38.20 #66

Workflow file for this run

name: "CI Nix"
on:
pull_request:
push:
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix develop -c rustc --version
- run: nix run