From b4faa3341b452404beaea882bbd37ee0197eb0af Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 13 Jul 2024 17:36:53 -0500 Subject: [PATCH] rust unit test --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ce906765..8a86e17f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,10 +36,6 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - - name: Set execute permissions for build script - run: chmod +x target/debug/build/libc-*/build-script-build - - name: Clean the build directory - run: cargo clean - name: Build run: cargo build --verbose - name: Upload build artifacts