Skip to content

Commit fb845e6

Browse files
authored
GitHub workspace w/a on Windows (#342) (#343)
1 parent da2aaf0 commit fb845e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
runs-on: aks-linux-2-cores-8gb
3434
container:
3535
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
36-
volumes: [ "/mount:/mount" ]
36+
volumes:
37+
- /mount:/mount
38+
- ${{ github.workspace }}:${{ github.workspace }}
3739
continue-on-error: true
3840

3941
steps:

0 commit comments

Comments
 (0)