Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP authored Dec 8, 2023
1 parent 7093c5d commit 5c482fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
.cargo-cache
target/
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.distro }}
Expand All @@ -235,8 +232,7 @@ jobs:
distro: ${{ matrix.settings.distro }}_latest
githubToken: ${{ github.token }}
dockerRunArgs: |
--volume "${PWD}:/addon"
--volume "~/.cargo:/root/.cargo"
--volume "${PWD}:/addon"
install: ${{ matrix.settings.install }}
run: ${{ matrix.settings.build }}
- name: Upload artifact
Expand Down

0 comments on commit 5c482fe

Please sign in to comment.