Skip to content

Commit

Permalink
proper dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 2, 2024
1 parent f8a02b3 commit aed39be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies_matches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
OUTPUT=$(diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed | grep -v .git)
if [[ ! "x$OUTPUT" == "x" ]];
then
diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed
diff -ra external/polyseed ${{ matrix.coin }}/contrib/depends/sources/polyseed/*
exit 1
fi

0 comments on commit aed39be

Please sign in to comment.