Skip to content

Fix -l native to iterate over lines instead of characters of ld.so ouput #21

Fix -l native to iterate over lines instead of characters of ld.so ouput

Fix -l native to iterate over lines instead of characters of ld.so ouput #21

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
with:
name: fzakaria
- run: nix flake check --print-build-logs
- run: nix build --print-build-logs
- run: nix run . -- --help