Skip to content

Commit

Permalink
Remove forklift
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 23, 2024
1 parent 8df39c1 commit 5b28b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-check-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
packages="$(parity-publish apply --print)"
if [ -n "$packages" ]; then
forklift cargo --color always check $(printf -- '-p %s ' $packages)
cargo --color always check $(printf -- '-p %s ' $packages)
fi

0 comments on commit 5b28b9f

Please sign in to comment.