From 106f00e26ffeb8f114f0018e048653fa9edfe51c Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Thu, 7 Aug 2025 06:46:32 -0700 Subject: tools: put clang-format into PATH on openbsd GCE image --- tools/create-openbsd-gce-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 1d4ed9415..97ec0e2cc 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -32,6 +32,7 @@ cat >install.site < boot.conf echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config -- cgit mrf-deployment