From b076aa9072c0b139cb6c28a2a99b79d7c04bd0d1 Mon Sep 17 00:00:00 2001 From: jack andrews Date: Sun, 29 Dec 2024 21:58:17 +1100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1d6d95..f6b3a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - steps: + steps: - uses: actions/checkout@v4 with: submodules: 'true'