Skip to content

Commit

Permalink
Merge pull request #63 from Ivorforce/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
paddy-exe authored Nov 7, 2024
2 parents d100b72 + 855852d commit c85d165
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ inputs:
em-cache-directory:
default: emsdk-cache
description: Emscripten cache directory.
godot-cpp-directory:
default: 'godot-cpp/'
description: Location of godot-cpp in the repository. Must not contain relative path signifiers (. or ..). Must be a transparent path part (empty or 'path/to/directory/', ending in a slash).
gdextension-directory:
default: ''
description: Location of the gdextension project within the repository. Must not contain relative path signifiers (. or ..). Must be a transparent path part (empty or 'path/to/directory/', ending in a slash).
Expand Down Expand Up @@ -106,16 +103,7 @@ runs:
with:
path: |
${{ github.workspace }}/${{ inputs.gdextension-directory }}${{ inputs.scons-cache }}
${{ github.workspace }}/${{ inputs.godot-cpp-directory }}${{ inputs.scons-cache }}
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.float-precision }}_${{ inputs.build-target-type }}_cache
# Build godot-cpp
- name: Build godot-cpp Debug Build
shell: sh
env:
SCONS_CACHE: ${{ github.workspace }}/${{ inputs.godot-cpp-directory }}${{ inputs.scons-cache }}
run: |
scons target=${{ inputs.build-target-type }} platform=${{ inputs.platform }} arch=${{ inputs.arch }} generate_bindings=yes precision=${{ inputs.float-precision }}
working-directory: ${{ inputs.godot-cpp-directory }}
# Build gdextension
- name: Build GDExtension Debug Build
shell: sh
Expand Down

0 comments on commit c85d165

Please sign in to comment.