Skip to content

Commit a4ea7d5

Browse files
committed
install pulumi
1 parent 269805c commit a4ea7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ apt-get install -y google-cloud-cli
124124

125125
echo "📝 Installing pulumi..."
126126
curl -fsSL https://get.pulumi.com/releases/sdk/pulumi-v${PULUMI_VERSION}-linux-x64.tar.gz | tar -xzvC /tmp/ --strip-components=1
127-
cp /tmp/pulumi /usr/local/bin/pulumi
127+
cp /tmp/pulumi* /usr/local/bin/
128128

129129
echo "📝 Installing actions-runner..."
130130
RUNNER_TGZ=/tmp/actions-runner-linux-x64-${RUNNER_VER}.tar.gz

0 commit comments

Comments
 (0)