Disable removing contrib folder
parent
0646433211
commit
50fe4ccbe4
|
@ -74,11 +74,11 @@ jobs:
|
||||||
repository: cpp-pm/polly
|
repository: cpp-pm/polly
|
||||||
path: cmake/polly
|
path: cmake/polly
|
||||||
|
|
||||||
- name: Remove contrib directory for Hunter builds
|
#- name: Remove contrib directory for Hunter builds
|
||||||
if: contains(matrix.name, 'hunter')
|
# if: contains(matrix.name, 'hunter')
|
||||||
uses: JesseTG/rm@v1.0.3
|
# uses: JesseTG/rm@v1.0.3
|
||||||
with:
|
# with:
|
||||||
path: contrib
|
# path: contrib
|
||||||
|
|
||||||
- name: Cache DX SDK
|
- name: Cache DX SDK
|
||||||
id: dxcache
|
id: dxcache
|
||||||
|
|
Loading…
Reference in New Issue