Skip to content

Commit

Permalink
Cleaned up workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweattypalms committed Sep 10, 2024
1 parent 5ccc508 commit 2ed54b5
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ed54b5

Please sign in to comment.