Skip to content

Commit

Permalink
Merge pull request #123 from brave/nocache
Browse files Browse the repository at this point in the history
github actions: remove rust-cache
  • Loading branch information
rillian authored Jan 18, 2024
2 parents cadab5a + a553977 commit a804ccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Cache
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Format
run: cargo fmt --all -- --check

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Toolchain
run: rustup default ${{matrix.rust}}

- name: Cache
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Build
run: cargo build --release --all-targets

Expand Down

0 comments on commit a804ccb

Please sign in to comment.