Skip to content

Commit 10decad

Browse files
authored
ci: Fix sync-common workflow (#52)
GHA apparently doesn't follow symlinks for actions. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent f58ac22 commit 10decad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Setup Rust
32-
uses: ./.github/actions/setup-rust
32+
uses: ./common/.github/actions/setup-rust
3333

3434
- name: Build sync-common
3535
run: cargo build --release --manifest-path scripts/sync-common/Cargo.toml

0 commit comments

Comments
 (0)