Skip to content

Commit

Permalink
Comment out CCACHE_DIR
Browse files Browse the repository at this point in the history
I want to test worst-case scenario
  • Loading branch information
ababushk committed Aug 23, 2023
1 parent b7109d6 commit 046663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
MODELS_PATH: ${{ github.workspace }}/testdata
OV_TEMP: ${{ github.workspace }}/openvino_temp
PYTHON_STATIC_ARGS: -m "not dynamic_library"
CCACHE_DIR: /mount/caches/ccache/ubuntu22_x86_64_Release
#CCACHE_DIR: /mount/caches/ccache/ubuntu22_x86_64_Release
CCACHE_MAXSIZE: 50G
steps:
- name: Clone OpenVINO
Expand Down

0 comments on commit 046663a

Please sign in to comment.