CI: Update homebrew Redis version. (#1191)
Fixes cross-compilation QEMU CI tests * CI: Update homebrew Redis version. * CI: Try apt-get update as a workaround.
This commit is contained in:
parent
6de326e872
commit
af14456383
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -133,8 +133,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install openssl redis@6.2
|
brew install openssl redis@7.0
|
||||||
brew link redis@6.2 --force
|
brew link redis@7.0 --force
|
||||||
|
|
||||||
- name: Build hiredis
|
- name: Build hiredis
|
||||||
run: USE_SSL=1 make
|
run: USE_SSL=1 make
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install qemu
|
- name: Install qemu
|
||||||
if: matrix.emulator
|
if: matrix.emulator
|
||||||
run: sudo apt-get install -y qemu-user
|
run: sudo apt-get update && sudo apt-get install -y qemu-user
|
||||||
- name: Install platform toolset
|
- name: Install platform toolset
|
||||||
if: matrix.toolset
|
if: matrix.toolset
|
||||||
run: sudo apt-get install -y gcc-${{matrix.toolset}}
|
run: sudo apt-get install -y gcc-${{matrix.toolset}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user