Skip to content

Commit

Permalink
Introduce Godot Rust Script
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Dec 18, 2023
1 parent c65a6d8 commit 5af9b12
Show file tree
Hide file tree
Showing 17 changed files with 1,274 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- platform: windows
os: windows-2019
vendor: pc
env: '-msvc'
env: '-gnu'
lib: native.dll
- platform: darwin
os: macos-11
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
if: inputs.release
run: |
cd native/
${{ env.CARGO_BUILD}} ${{ env.TARGET_TRIPLET}} --release
${{ env.CARGO_BUILD }} ${{ env.TARGET_TRIPLET}} --release
- name: Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit 5af9b12

Please sign in to comment.