Skip to content

Commit b650dbe

Browse files
committed
fix(ci): add setup-workspace.sh to build-cli-windows job
1 parent 9574d57 commit b650dbe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676

77+
- name: Setup workspace context
78+
shell: bash
79+
run: bash .github/setup-workspace.sh
80+
7781
- name: Install Rust
7882
uses: dtolnay/rust-toolchain@stable
7983
with:

0 commit comments

Comments
 (0)