Skip to content

Commit 5236586

Browse files
committed
ci: run cargo metadata inside asio-sys directory
1 parent bd14541 commit 5236586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
- name: Verify asio-sys version
421421
shell: bash
422422
run: |
423-
CARGO_VERSION=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "asio-sys") | .version')
423+
CARGO_VERSION=$(cd asio-sys && cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "asio-sys") | .version')
424424
RELEASE_VERSION=${GITHUB_REF#refs/tags/asio-sys-v}
425425
echo "asio-sys Cargo.toml version: $CARGO_VERSION"
426426
echo "Release tag version: $RELEASE_VERSION"

0 commit comments

Comments
 (0)