From 186aa5a6909bb6c8f5988d39fc12aa8c9b41cf51 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Thu, 12 Oct 2023 20:32:26 +0200 Subject: [PATCH] (undo) build full godot, with args --- .github/composite/godot-itest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite/godot-itest/action.yml b/.github/composite/godot-itest/action.yml index d76ae0f53..50565b77f 100644 --- a/.github/composite/godot-itest/action.yml +++ b/.github/composite/godot-itest/action.yml @@ -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