Skip to content

Commit

Permalink
Leave the profile, remove the rust stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Feb 7, 2024
1 parent 419a890 commit a918eb8
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,17 @@ jobs:
# For some reason, GitHub provides Rust for us. The problem is that, when
# executing the recursive cargo invocation, the cargo in ~/.cargo/bin ends
# up prepended to PATH, which then causes problems.
# - name: Remove Rust provided by GitHub.
# run: rm -rf ~/.cargo ~/.rustup
- name: Remove Rust provided by GitHub.
run: rm ~/.profile
# - name: Set up Rust Cache
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: maelstrom-${{ hashFiles('**/Cargo.lock') }}
run: rm -rf ~/.cargo ~/.rustup
# - name: Set up Rust Cache
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: maelstrom-${{ hashFiles('**/Cargo.lock') }}
- name: Lint
run: ./scripts/lint.sh
- name: Test
Expand Down

0 comments on commit a918eb8

Please sign in to comment.