Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamEECS committed Aug 4, 2023
1 parent 80339c7 commit 00afe39
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ jobs:
path: "TDengine"
ref: ${{ steps.determine-branch.outputs.value }}

- uses: actions/cache@v3
with:
path: |
TDengine/release/
TDengine/debug/
TDengine/contrib/cJson
TDengine/contrib/cpp-stub
TDengine/contrib/googletest
TDengine/contrib/libuv
TDengine/contrib/lz4
TDengine/contrib/zlib
TDengine/contrib/rocksdb
key: ${{ runner.os }}-TDengine-build-main
# - uses: actions/cache@v3
# with:
# path: |
# TDengine/release/
# TDengine/debug/
# TDengine/contrib/cJson
# TDengine/contrib/cpp-stub
# TDengine/contrib/googletest
# TDengine/contrib/libuv
# TDengine/contrib/lz4
# TDengine/contrib/zlib
# TDengine/contrib/rocksdb
# key: ${{ runner.os }}-TDengine-build-main

- name: Build & Install TDengine
env:
Expand Down

0 comments on commit 00afe39

Please sign in to comment.