mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
fix: Use new CI image with global.conf for sanitizers to affect packa… (#2234)
This commit is contained in:
4
.github/workflows/build_impl.yml
vendored
4
.github/workflows/build_impl.yml
vendored
@@ -78,9 +78,11 @@ jobs:
|
||||
disable_ccache: ${{ inputs.disable_cache }}
|
||||
|
||||
- name: Setup conan
|
||||
uses: ./.github/actions/setup_conan
|
||||
if: runner.os == 'macOS'
|
||||
uses: ./.github/actions/setup_conan_macos
|
||||
with:
|
||||
conan_profile: ${{ inputs.conan_profile }}
|
||||
global_conf_file: docker/ci/conan/global.conf
|
||||
|
||||
- name: Restore cache
|
||||
if: ${{ !inputs.disable_cache }}
|
||||
|
||||
Reference in New Issue
Block a user