Skip to content

Commit b350333

Browse files
committed
reorg
1 parent 593b73c commit b350333

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build-cli-release.reusable.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ jobs:
7373
# ci/ubuntu-install-packages
7474

7575

76-
- uses: dtolnay/rust-toolchain@stable
77-
with:
78-
toolchain: stable
79-
target: ${{ matrix._.target }}
76+
8077

8178
- uses: actions/setup-go@v5
8279
with:
@@ -104,6 +101,11 @@ jobs:
104101
echo "Testing protoc can find protoc-gen-go plugin..."
105102
# Test that protoc can find the go plugin (this will show an error about missing .proto file, but that's expected)
106103
protoc --go_out=/tmp --help | grep -q "go_out" && echo "✅ protoc recognizes --go_out flag" || echo "❌ protoc does not recognize --go_out flag"
104+
105+
- uses: dtolnay/rust-toolchain@stable
106+
with:
107+
toolchain: stable
108+
target: ${{ matrix._.target }}
107109

108110
- name: Use Cross
109111
if: contains(matrix._.os, 'ubuntu')

0 commit comments

Comments
 (0)