Skip to content

Commit 7812752

Browse files
anonrigjuanarbol
authored andcommittedJan 31, 2023
deps: fix updater github workflow job
PR-URL: #45972 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 335acf7 commit 7812752

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)
Please sign in to comment.