fix(ci): export correct snappy version (#546)

This commit is contained in:
Niq Dudfield
2025-08-14 11:01:32 +07:00
committed by GitHub
parent 2fc912d54d
commit 1a3d2db8ef
4 changed files with 9 additions and 9 deletions

View File

@@ -59,8 +59,8 @@ runs:
- name: Export custom recipes
shell: bash
run: |
conan export external/snappy snappy/1.1.9@
conan export external/soci soci/4.0.3@
conan export external/snappy snappy/1.1.10@xahaud/stable
conan export external/soci soci/4.0.3@xahaud/stable
- name: Install dependencies
shell: bash
@@ -83,4 +83,4 @@ runs:
path: |
~/.conan
~/.conan2
key: ${{ steps.cache-restore-conan.outputs.cache-primary-key }}
key: ${{ steps.cache-restore-conan.outputs.cache-primary-key }}