From 7370661b23541ff04ae64b70334bcac9553c0c2f Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sat, 6 Apr 2024 13:20:21 +0200 Subject: [PATCH] CI: remove '--features codegen-full' argument, as jobs have become more selective Reverts commit c9e6fd6e690bb6e3d1d258e18692fe005df9a17b. --- .github/workflows/full-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index bddc9eb24..94e451c82 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -365,7 +365,7 @@ jobs: godot-binary: ${{ matrix.godot-binary }} godot-args: ${{ matrix.godot-args }} # currently unused godot-prebuilt-patch: ${{ matrix.godot-prebuilt-patch }} - rust-extra-args: ${{ matrix.rust-extra-args }} --features godot/codegen-full + rust-extra-args: ${{ matrix.rust-extra-args }} rust-toolchain: ${{ matrix.rust-toolchain || 'stable' }} rust-env-rustflags: ${{ matrix.rust-env-rustflags }} rust-target: ${{ matrix.rust-target }}