Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Oct 24, 2024
1 parent 1caec68 commit 9331cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
filter = path: type:
# We include only certain files. FStar files under the example
# directory are listed out. Same for proverif (*.pvl) files.
( matches ".*(Makefile|.*[.](rs|toml|lock|diff|fsti?|pvl))$" path
( matches ".*(Makefile|.*[.](rs|toml|lock|diff|fsti?|pv))$" path
&& !matches ".*examples/.*[.]fsti?$" path
) || ("directory" == type);
};
Expand Down

0 comments on commit 9331cec

Please sign in to comment.