Skip to content

Commit

Permalink
(undo) build full godot, with args
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Oct 12, 2023
1 parent d3e5af8 commit 186aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/composite/godot-itest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
RUSTFLAGS: ${{ inputs.rust-env-rustflags }}
TARGET: ${{ inputs.rust-target }}
run: |
cargo build -p godot
cargo build -p godot ${{ inputs.rust-extra-args }} $targetArgs
echo "OUTCOME=success" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 186aa5a

Please sign in to comment.