Skip to content

Commit

Permalink
revert copy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Apr 17, 2024
1 parent 9e68cde commit 6eb9580
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,10 @@ jobs:
# Add it to the GitHub Path so it would be available in the subsequent steps
Add-Content -Path $env:GITHUB_PATH -Value "${{ github.workspace }}/ninja-win"
# TODO: remove before merge!
- name: Copy caches
run: |
New-Item -ItemType Directory -Path "${{ env.CCACHE_REMOTE_DIR }}" -Force
Copy-Item -Path "C:\\mount\\caches\\ccache\\windows2022_x86_64_master\\*.cache" -Destination "${{ env.CCACHE_REMOTE_DIR }}"
#
# Build
#

- name: Setup ccache
uses: ./openvino/.github/actions/cache
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,10 @@ jobs:
# For running Paddle frontend unit tests
# python3 -m pip install -r ${{ env.OPENVINO_REPO }}/src/frontends/paddle/tests/requirements.txt
# TODO: remove before merge!
- name: Copy caches
run: |
New-Item -ItemType Directory -Path "${{ env.CCACHE_REMOTE_DIR }}" -Force
Copy-Item -Path "C:\\mount\\caches\\ccache\\windows2022_x86_64_itt_master\\*.cache" -Destination "${{ env.CCACHE_REMOTE_DIR }}"
#
# Build
#

- name: Setup ccache
uses: ./openvino/.github/actions/cache
with:
Expand Down
1 change: 1 addition & 0 deletions cache
Submodule cache added at ab5e6d
1 change: 1 addition & 0 deletions thirdparty/ade
Submodule ade added at 0e8a2c

0 comments on commit 6eb9580

Please sign in to comment.