From cb2fd923958e0964060b773862a2dd36a86169d6 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 10 Feb 2025 12:01:33 -0500 Subject: [PATCH] update build --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8038f0..5f1843b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ env: GODOT_BUILD: "stable" # A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - +jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on @@ -35,7 +34,7 @@ jobs: run: echo "BUILD_TYPE=debug" >> $GITHUB_ENV # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: https://code.forgejo.org/actions/checkout@v2 name: Checkout Files - name: Download Godot