Skip to content

Commit af47eaa

Browse files
committed
wip
1 parent c778239 commit af47eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
tmp_dir="$(mktemp -d)"
2626
trap 'rm -rf "$tmp_dir"' EXIT
27-
./${BUILD_DIR}/tools/config-inversion --output-file "${tmp_dir}/ci-supported-configurations.json"
27+
./${BUILD_DIR}/tools/config-inversion/config-inversion --output-file "${tmp_dir}/ci-supported-configurations.json"
2828
if ! diff -q "$tmp_dir/ci-supported-configurations.json" "supported-configurations.json" >/dev/null 2>&1; then
2929
echo "ERROR: supported-configurations.json got out of sync with implemented configurations. Please run `./config-inversion --output-file supported-configurations.json` locally."
3030
diff -u "$tmp_dir/supported-configurations.json" supported-configurations.json || true

0 commit comments

Comments
 (0)