Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Oct 19, 2023
1 parent 88c41d7 commit e0ef1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
rm ./examples/.gitignore
nix develop .# --accept-flake-config --command bash -c '
for f in (find ./examples -maxdepth 1 -mindepth 1 -type d ${{ matrix.filter }} | sort -u); do
for f in $(find ./examples -maxdepth 1 -mindepth 1 -type d ${{ matrix.filter }} | sort -u); do
./ci/check-example.sh "${f}" ${{ matrix.nixpkgs }}
done
'
Expand Down

0 comments on commit e0ef1ee

Please sign in to comment.