Skip to content

Commit

Permalink
Use special Rust cache, as the other didn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Sep 2, 2022
1 parent e3f0a3b commit a22f717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,7 @@ jobs:
toolchain: nightly
target: ${{ matrix.target }}
override: true
- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: Swatinem/rust-cache@v2
- name: Install linker
if: matrix.target == 'i686-unknown-linux-gnu'
run: sudo apt-get install gcc-multilib
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rickview"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
license = "MIT"
keywords = ["rdf", "semantic-web", "linked-data"]
Expand Down

0 comments on commit a22f717

Please sign in to comment.