parent
88c05bbd8c
commit
cb2fd92395
1 changed files with 2 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -17,7 +17,6 @@ env:
|
|||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue