From 06aa6a8db79dd6f34956076a682d887b465a26b8 Mon Sep 17 00:00:00 2001 From: bourdakos1 Date: Wed, 14 Jan 2026 15:53:48 -0500 Subject: [PATCH] Remove protobuf clone and compile from SPM build/test actions --- .github/workflows/validate.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 485d7a94..8240cb4b 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -28,8 +28,6 @@ jobs: uses: actions/checkout@v6 with: submodules: true - - name: setup protobuf - uses: ./.github/actions/swift-protobuf - name: Build run: swift build @@ -40,8 +38,6 @@ jobs: - uses: actions/checkout@v6 with: submodules: true - - name: setup protobuf - uses: ./.github/actions/swift-protobuf - name: Test run: swift test