From 2ed54b5df470fee20e74b0456f64c2663056e191 Mon Sep 17 00:00:00 2001 From: Sweattypalms Date: Tue, 10 Sep 2024 22:38:55 +0900 Subject: [PATCH] Cleaned up workflow file --- .github/workflows/rust.yml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a66c9439..c243146e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -54,38 +54,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: ferrumc - path: target/release/ferrumc -# - name: Install required components -# run: rustup component add rustfmt clippy -# -# - name: Cache cargo registry -# uses: actions/cache@v2 -# with: -# path: ~/.cargo/registry -# key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} -# restore-keys: | -# ${{ runner.os }}-cargo-registry- -# -# - name: Cache cargo build -# uses: actions/cache@v2 -# with: -# path: target -# key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }} -# restore-keys: | -# ${{ runner.os }}-cargo-build- -# -# - name: Build -# env: -# CARGO_MANIFEST_DIR: ${{ github.workspace }} -# run: cargo build --release --verbose -# -# - name: Run tests -# env: -# CARGO_MANIFEST_DIR: ${{ github.workspace }} -# run: cargo test --verbose -# -# - name: Upload executable -# uses: actions/upload-artifact@v2 -# with: -# name: ferrumc2_0 -# path: target/release/ferrumc2_0 + path: target/release/ferrumc \ No newline at end of file