|
51 | 51 | uses: actions/cache@v4 |
52 | 52 | with: |
53 | 53 | path: ${{github.workspace}}/build/conan_home/ |
54 | | - key: conan-${{ runner.os }}-${{ hashFiles('conanfile.txt', '*/conanfile.txt') }} |
| 54 | + key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }} |
55 | 55 | restore-keys: conan-${{ runner.os }}- |
56 | 56 |
|
57 | 57 | - name: Configure CMake |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | uses: actions/cache@v4 |
113 | 113 | with: |
114 | 114 | path: ${{github.workspace}}/build/conan_home/ |
115 | | - key: conan-${{ runner.os }}-${{ hashFiles('conanfile.txt', '*/conanfile.txt') }} |
| 115 | + key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }} |
116 | 116 | restore-keys: conan-${{ runner.os }}- |
117 | 117 |
|
118 | 118 | - name: Configure CMake |
@@ -170,16 +170,11 @@ jobs: |
170 | 170 | with: |
171 | 171 | version: 1.64.1 |
172 | 172 |
|
173 | | - - name: Remove libpcap from conanfile |
174 | | - shell: bash |
175 | | - run: | |
176 | | - sed -i -e "s/libpcap.*//g" "${{github.workspace}}\conanfile.txt" |
177 | | -
|
178 | 173 | - name: Setup Conan Cache |
179 | 174 | uses: actions/cache@v4 |
180 | 175 | with: |
181 | 176 | path: ${{github.workspace}}/build/conan_home/ |
182 | | - key: conan-${{ runner.os }}-${{ hashFiles('conanfile.txt', '*/conanfile.txt') }} |
| 177 | + key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }} |
183 | 178 | restore-keys: conan-${{ runner.os }}- |
184 | 179 |
|
185 | 180 | - name: Configure CMake |
@@ -292,7 +287,7 @@ jobs: |
292 | 287 | uses: actions/cache@v4 |
293 | 288 | with: |
294 | 289 | path: ${{github.workspace}}/build/conan_home/ |
295 | | - key: conan-${{ runner.os }}-${{ hashFiles('conanfile.txt', '*/conanfile.txt') }} |
| 290 | + key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }} |
296 | 291 | restore-keys: conan-${{ runner.os }}- |
297 | 292 |
|
298 | 293 | - name: Build pktvisord + push symbol to bugsplat.com |
@@ -832,7 +827,7 @@ jobs: |
832 | 827 | uses: actions/cache@v4 |
833 | 828 | with: |
834 | 829 | path: ${{github.workspace}}/build/conan_home/ |
835 | | - key: conan-${{ runner.os }}-arm64-${{ hashFiles('conanfile.txt', '*/conanfile.txt') }} |
| 830 | + key: conan-${{ runner.os }}-arm64-${{ hashFiles('conanfile.py', '*/conanfile.py') }} |
836 | 831 | restore-keys: conan-${{ runner.os }}-arm64- |
837 | 832 |
|
838 | 833 | - name: Build pktvisord + push symbol to bugsplat.com |
|
0 commit comments