update build
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
ultrablob 2025-02-10 12:01:33 -05:00
parent 88c05bbd8c
commit cb2fd92395

View file

@ -17,7 +17,6 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # 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" # This workflow contains a single job called "build"
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
@ -35,7 +34,7 @@ jobs:
run: echo "BUILD_TYPE=debug" >> $GITHUB_ENV run: echo "BUILD_TYPE=debug" >> $GITHUB_ENV
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # 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: Checkout Files
- name: Download Godot - name: Download Godot