Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Dec 1, 2024
1 parent 4f04838 commit fabce55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
# clang-format src/** --dry-run --Werror

# Build
- name: 🔗 GDExtension Debug Build
uses: ./.github/actions/build
with:
platform: ${{ matrix.platform }}
arch: ${{ matrix.arch }}
float-precision: ${{ matrix.float-precision }}
build-target-type: ${{ matrix.target-type }}
# - name: 🔗 GDExtension Debug Build
# uses: ./.github/actions/build
# with:
# platform: ${{ matrix.platform }}
# arch: ${{ matrix.arch }}
# float-precision: ${{ matrix.float-precision }}
# build-target-type: ${{ matrix.target-type }}

# Test
- name: Setup Godot Action
Expand Down

0 comments on commit fabce55

Please sign in to comment.