We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593b73c commit b350333Copy full SHA for b350333
1 file changed
.github/workflows/build-cli-release.reusable.yaml
@@ -73,10 +73,7 @@ jobs:
73
# ci/ubuntu-install-packages
74
75
76
- - uses: dtolnay/rust-toolchain@stable
77
- with:
78
- toolchain: stable
79
- target: ${{ matrix._.target }}
+
80
81
- uses: actions/setup-go@v5
82
with:
@@ -104,6 +101,11 @@ jobs:
104
101
echo "Testing protoc can find protoc-gen-go plugin..."
105
102
# Test that protoc can find the go plugin (this will show an error about missing .proto file, but that's expected)
106
103
protoc --go_out=/tmp --help | grep -q "go_out" && echo "✅ protoc recognizes --go_out flag" || echo "❌ protoc does not recognize --go_out flag"
+ - uses: dtolnay/rust-toolchain@stable
+ with:
107
+ toolchain: stable
108
+ target: ${{ matrix._.target }}
109
110
- name: Use Cross
111
if: contains(matrix._.os, 'ubuntu')
0 commit comments