File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1- conan == 2.17.1
1+ conan == 2.29.0
You can’t perform that action at this time.
0 commit comments