Skip to content

Commit

Permalink
Merge pull request #50 from terassyi/fix-no-space-left-in-ci
Browse files Browse the repository at this point in the history
Disable cache
  • Loading branch information
terassyi authored Dec 18, 2023
2 parents 6a6ae79 + 4db030d commit 03a4dbb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/sartd/.cargo/registry
~/sartd/.cargo/git
sartd/target
~/sart/.cargo/registry
~/sart/.cargo/git
sart/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Build Dependencies
run: make setup-grpc
- name: Fmt
Expand All @@ -33,16 +23,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/sartd/.cargo/registry
~/sartd/.cargo/git
sartd/target
~/sart/.cargo/registry
~/sart/.cargo/git
sart/target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Build Dependencies
run: make setup-grpc
- name: Install Kubernetes Dependencies
Expand Down

0 comments on commit 03a4dbb

Please sign in to comment.