Fix Package.swift and remove protoc from github actions

PiperOrigin-RevId: 856459928
This commit is contained in:
Nick Bourdakos
2026-01-14 19:57:10 -08:00
committed by Copybara-Service
parent 2092a967cf
commit 6c0d7af5f3
3 changed files with 13 additions and 18 deletions
-4
View File
@@ -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