We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58aeda1 commit 312e65dCopy full SHA for 312e65d
.github/workflows/rebuildDependencies.yml
@@ -91,11 +91,12 @@ jobs:
91
# TODO: generate entire package from scratch instead of such cleanup
92
- name: Remove old recipes
93
run: |
94
- rm -rf ~/.conan/data/ffmpeg
+ rm -rf ~/.conan/data/boost
95
+ rm -rf ~/.conan/data/ffmpeg
96
rm -rf ~/.conan/data/xz_utils
97
rm -rf ~/.conan/data/sdl_mixer
98
rm -rf ~/.conan/data/sdl_image
- rm -rf ~/.conan/data/sdl_ttf
99
+ rm -rf ~/.conan/data/sdl_ttf
100
rm -rf ~/.conan/data/sdl
101
102
- name: Remove old recipes (non-apple)
0 commit comments