Skip to content

fix: add wayland and libxkbcommon to LD_LIBRARY_PATH #90

fix: add wayland and libxkbcommon to LD_LIBRARY_PATH

fix: add wayland and libxkbcommon to LD_LIBRARY_PATH #90

Workflow file for this run

name: Test
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix develop test`
run: nix develop --command bash -c "just test"