From db61205eae73ad09903ea7f9790d8245f6b11949 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Wed, 26 Jun 2024 15:54:56 +0900 Subject: [PATCH] Fix missing name --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad4f9953..70ce9b78 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 with: submodules: true