From a153d9de8f5412a470180409446f939999db4dc9 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Sat, 18 Nov 2023 06:44:40 -0500 Subject: [PATCH] Actually checkout repo --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18072d3..92accb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: - "platform=watchOS Simulator,name=Apple Watch Series 6 (40mm)" steps: + - name: Checkout + uses: actions/checkout@v4 - name: Install XCBeautify run: brew install xcbeautify - name: Test platform ${{ matrix.destination }}