From f977532ce1ea15e2458c42c366c9e9ecf18069c7 Mon Sep 17 00:00:00 2001 From: Eric Leichtenschlag Date: Mon, 11 Nov 2024 14:21:56 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 695480968 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cf407b..d7f44bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,13 +22,13 @@ jobs: - "BasicExample" - "SampleVideoPlayer" steps: - - name: Clone Repo + - name: Clone repository uses: actions/checkout@v1 - name: Xcode version run: /usr/bin/xcodebuild -version - - name: Pod repo update + - name: Update CocoaPods specs repository run: pod repo update - name: Install xcpretty