From 3d0b4907d46b482aa2d27c88a6e93ba281784732 Mon Sep 17 00:00:00 2001 From: GsLogiMaker <87501052+GsLogiMaker@users.noreply.github.com> Date: Sat, 4 May 2024 17:06:33 -0500 Subject: [PATCH] Update Rust in unittests.yml --- .github/workflows/unittests.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 46c190c..3438786 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -25,14 +25,16 @@ jobs: with: workspaces: "./addons/glecs/rust/glecs" - - name: Build Glecs + - name: Update Rust + run: | + rustup update + + - name: Build Rust code run: | cargo build \ --manifest-path ./addons/glecs/rust/glecs/Cargo.toml \ --features compile_bindings \ --target-dir ./addons/glecs/bin - - tree ~/ -L 3 cp ./addons/glecs/bin/debug ./addons/glecs/bin/release -r - uses: chickensoft-games/setup-godot@v1 @@ -66,8 +68,8 @@ jobs: # result-output-file: test_results.xml # optional, default is test_results. # config-file: "res://.gutconf.json" - - name: Print top files - if: always() - run: | - sudo apt install tree - tree ../../ -L 5 -a + # - name: Print top files + # if: always() + # run: | + # sudo apt install tree + # tree ../../ -L 5 -a