From c74ef88be40b9b6f20b78eff9d7e74b8ff060093 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 1 May 2024 22:08:17 +0200 Subject: [PATCH] ci: setup ninja through aseprite/get-ninja action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8446c26..91b3085 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v3 - name: Install Ninja if: ${{ !contains(matrix.platform.shell, 'msys2') }} - uses: turtlesec-no/get-ninja@main + uses: aseprite/get-ninja@main - name: Set up SDL3 uses: libsdl-org/setup-sdl@main id: sdl