From bc175ec80066ebfea8c468f9f480cb141accde03 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 16 Apr 2025 02:31:12 +0900 Subject: [PATCH] fix yaml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 376d308..b330fec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodules: "true" + submodules: "true" - name: Install packages run: sudo apt-get install mingw-w64 - name: Run build script