mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove protobuf clone and compile from SPM build/test actions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user