Skip to content

Commit

Permalink
Explicitely use find from nixpkgs#findutils in CI
Browse files Browse the repository at this point in the history
It is not installed by default on our self-hosted runners.
  • Loading branch information
YorikSar committed Oct 9, 2024
1 parent f48ea1f commit 4676c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
exit $errcode
- name: Typecheck benchmarks
run: find core/benches -type f -name "*.ncl" -print0 | xargs -0 -I file nix run . -- typecheck file
run: nix shell --inputs-from . .#nickel-lang-cli nixpkgs#findutils --command find core/benches -type f -name "*.ncl" -exec nickel typecheck '{}' +

build-and-test-windows:
name: "build-and-test (windows-latest, stable)"
Expand Down

0 comments on commit 4676c0b

Please sign in to comment.