Skip to content

Bump tar-fs from 2.1.3 to 2.1.4 #436

Bump tar-fs from 2.1.3 to 2.1.4

Bump tar-fs from 2.1.3 to 2.1.4 #436

Workflow file for this run

name: Nix Flake
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
container: ${{ matrix.image }}
strategy:
matrix:
include:
- os: ubuntu-latest
- os: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- name: "Check `nix develop` shell can open"
run: nix develop --command "echo"
# this Flake has no build target
# - run: nix build
- run: nix flake check