Skip to content

Commit 312e65d

Browse files
committed
Use newest boost recipe
1 parent 58aeda1 commit 312e65d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ jobs:
9191
# TODO: generate entire package from scratch instead of such cleanup
9292
- name: Remove old recipes
9393
run: |
94-
rm -rf ~/.conan/data/ffmpeg
94+
rm -rf ~/.conan/data/boost
95+
rm -rf ~/.conan/data/ffmpeg
9596
rm -rf ~/.conan/data/xz_utils
9697
rm -rf ~/.conan/data/sdl_mixer
9798
rm -rf ~/.conan/data/sdl_image
98-
rm -rf ~/.conan/data/sdl_ttf
99+
rm -rf ~/.conan/data/sdl_ttf
99100
rm -rf ~/.conan/data/sdl
100101
101102
- name: Remove old recipes (non-apple)

0 commit comments

Comments
 (0)