E571
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cc3b3 commit e4323f0Copy full SHA for e4323f0
.github/workflows/tools.yml
@@ -133,7 +133,7 @@ jobs:
133
CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" ./deps/simdutf/simdutf.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
134
if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
135
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
136
- ./tools/update-simdutf.sh "$NEW_VERSION"
+ ./tools/dep_updaters/update-simdutf.sh "$NEW_VERSION"
137
fi
138
steps:
139
- uses: actions/checkout@v3
0 commit comments