From a3bec4f094b4621a71f1964ee1fc64845a7e129e Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Wed, 3 Apr 2024 14:04:00 -0300 Subject: [PATCH] ci: typo --- .github/workflows/auth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index 7c1b8199..dceebf50 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -39,4 +39,4 @@ jobs: - name: Select Xcode 15.3 run: sudo xcode-select -s /Applications/Xcode_15.3.app - name: Run tests - run: PLATFORM="${{ matrix.platform }}"" SCHEME=Auth make test-library + run: PLATFORM="${{ matrix.platform }}" SCHEME=Auth make test-library