Skip to content

Commit

Permalink
Merge pull request #7 from mrjsj/feat/upgrade-godot-cpp
Browse files Browse the repository at this point in the history
Feat/upgrade godot cpp
  • Loading branch information
mrjsj authored Aug 21, 2024
2 parents 311f618 + d44d361 commit ce93267
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
lfs: true
submodules: recursive

- name: Setup Godot build cache
uses: ./godot-cpp/.github/actions/godot-cache
- name: Restore Godot build cache
uses: ./godot-cpp/.github/actions/godot-cache-restore
with:
cache-name: ${{ matrix.cache-name }}-${{ matrix.target }}
continue-on-error: true
Expand Down Expand Up @@ -150,6 +150,11 @@ jobs:
# ls -R ./${{ env.TARGET_PATH }}
# otool -L ./${{ env.TARGET_PATH }}${{ env.TARGET_NAME }}${{ env.suffix }}${{ env.SHLIBSUFFIX }}

- name: Save Godot build cache
uses: ./godot-cpp/.github/actions/godot-cache-save
with:
cache-name: ${{ matrix.cache-name }}-${{ matrix.target }}

- name: Upload Artifact
env:
ARTIFACT_FOLDER: ${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_var.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jobs": [
{
"name": "MacOS (universal)",
"os": "macos-11",
"os": "macos-latest",
"platform": "macos",
"artifact-extension": "framework",
"flags": "arch=universal",
Expand Down
2 changes: 1 addition & 1 deletion demo/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ config_version=5

config/name="godot-duckdb"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
2 changes: 1 addition & 1 deletion godot-cpp
Submodule godot-cpp updated 113 files

0 comments on commit ce93267

Please sign in to comment.