We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8201ae commit 1b67de2Copy full SHA for 1b67de2
.gitlab/publish.yml
@@ -103,7 +103,7 @@ publish_crates:
103
# Process each tag sequentially
104
- |
105
# Install build-essential and curl
106
- apt-get update && apt-get install -y build-essential curl
+ apt-get update && apt-get install -y build-essential curl jq
107
108
# Install rustup and set it to stable
109
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env
@@ -163,7 +163,3 @@ publish_crates:
163
echo "✓ Published $CRATE_NAME v$CRATE_VERSION successfully"
164
echo ""
165
done
166
-
167
- echo "========================================"
168
- echo "✅ All crates published successfully!"
169
0 commit comments