Skip to content

Commit

Permalink
GitHub workspace w/a on Windows (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Dec 6, 2024
1 parent 9040468 commit 66c96cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
runs-on: aks-linux-2-cores-8gb
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes: [ "/mount:/mount" ]
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}
continue-on-error: true

steps:
Expand Down

0 comments on commit 66c96cc

Please sign in to comment.