Skip to content

Commit e4323f0

Browse files
anonrigRafaelGSS
authored andcommitted
deps: fix updater github workflow job
PR-URL: #45972 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 71cc3b3 commit e4323f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" ./deps/simdutf/simdutf.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
134134
if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
135135
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
136-
./tools/update-simdutf.sh "$NEW_VERSION"
136+
./tools/dep_updaters/update-simdutf.sh "$NEW_VERSION"
137137
fi
138138
steps:
139139
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)