From d5b9a9cd138085b741d25767aa2be7bb7177e676 Mon Sep 17 00:00:00 2001 From: Lasan Mahaliyana Date: Fri, 19 Jun 2026 19:11:56 +0530 Subject: [PATCH] updated workflows --- .github/workflows/validate.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 699f3fe3..dbc820b6 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -93,14 +93,14 @@ jobs: --copt='-DGITHUB_BUILD' \ //sharing/linux:nearby_sharing_cli - build-rust-linux: - name: Build Rust on Linux - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v6 - with: - submodules: recursive + #build-rust-linux: + # name: Build Rust on Linux + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v6 + # with: + # submodules: recursive - - name: Build FPP - run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml + # - name: Build FPP + # run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml