Skip to content

Commit b66cfd7

Browse files
committed
Bump Conan Version
1 parent 0cd524e commit b66cfd7

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Restore Conan Cache
17-
id: conan-cache-restore
18-
uses: actions/cache/restore@v4
19-
with:
20-
path: |
21-
/home/runner/.conan2
22-
/home/runner/work/spectator-cpp/spectator-cpp/cmake-build
23-
key: ${{ runner.os }}-conan
24-
2516
- name: Install System Dependencies
2617
run: |
2718
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
@@ -31,13 +22,4 @@ jobs:
3122
run: |
3223
./setup-venv.sh
3324
source venv/bin/activate
34-
./build.sh
35-
36-
- name: Save Conan Cache
37-
id: conan-cache-save
38-
uses: actions/cache/save@v4
39-
with:
40-
path: |
41-
/home/runner/.conan2
42-
/home/runner/work/spectator-cpp/spectator-cpp/cmake-build
43-
key: ${{ steps.conan-cache-restore.outputs.cache-primary-key }}
25+
./build.sh

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
conan==2.17.1
1+
conan==2.29.0

0 commit comments

Comments
 (0)