Skip to content

Commit 138d4d5

Browse files
remove debug steps
Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent 348773e commit 138d4d5

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -777,13 +777,6 @@ jobs:
777777
with:
778778
toolchain: stable
779779

780-
- name: Verify Rust installation
781-
run: |
782-
rustc --version
783-
cargo --version
784-
where rustc
785-
where cargo
786-
787780
- name: Cache CMake for Windows
788781
uses: actions/cache@v4
789782
id: windows-cmake-cache
@@ -811,21 +804,15 @@ jobs:
811804
echo "export PATH=\"/c/Users/runneradmin/.cargo/bin:\$PATH\"" >> ~/.bash_profile
812805
shell: msys2 {0}
813806

814-
- name: Verify Rust in msys2
815-
run: |
816-
echo "Checking for Rust in msys2..."
817-
rustc --version || echo "WARNING: Rust not found in msys2 PATH"
818-
cargo --version || echo "WARNING: Cargo not found in msys2 PATH"
819-
echo "PATH: $PATH"
820-
shell: msys2 {0}
821-
822807
- name: Display environment variables
823808
run: |
824809
echo $PATH
825810
echo $ACLOCAL_PATH
826811
which python
827812
which python3
828813
which cmake
814+
rustc --version || echo "WARNING: Rust not found in msys2 PATH"
815+
cargo --version || echo "WARNING: Cargo not found in msys2 PATH"
829816
shell: msys2 {0}
830817

831818
- name: Prepare Qt folder
@@ -893,15 +880,6 @@ jobs:
893880
export QT_HOME=c:/Qt/${{ matrix.qt-version }}/msvc2019_64
894881
cmake -B _build -G "Visual Studio 17 2022" -A x64 -DRV_DEPS_WIN_PERL_ROOT=c:/Strawberry/perl/bin -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -DRV_DEPS_QT_LOCATION=$QT_HOME -DRV_VFX_PLATFORM=${{ matrix.vfx-platform }}
895882
shell: msys2 {0}
896-
897-
- name: Final Rust verification before build
898-
run: |
899-
echo "Verifying Rust is accessible for the build..."
900-
rustc --version
901-
cargo --version
902-
echo "Rust PATH:"
903-
where rustc
904-
shell: msys2 {0}
905883

906884
- name: Build OpenRV dependencies
907885
if: steps.cmake-dependencies.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)