Skip to content

Commit

Permalink
More CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 24, 2024
1 parent 49849e3 commit ca9ac0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
run: |
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum -y --enablerepo=remi install redis
yum -y install gcc gcc-c++ make openssl openssl-devel cmake3 valgrind libevent-devel
yum -y install git gcc gcc-c++ make openssl openssl-devel cmake3 valgrind libevent-devel
- name: Install Valkey
run: |
git clone --depth 1 --branch 7.2.5 https://github.com/valkey-io/valkey.git
cd valkey && BUILD_TLS=yes sudo make install
cd valkey && BUILD_TLS=yes make install
- name: Build using cmake
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install Valkey
run: |
git clone --depth 1 --branch 7.2.5 https://github.com/valkey-io/valkey.git
cd valkey && BUILD_TLS=yes sudo make install
cd valkey && BUILD_TLS=yes make install
- name: Build using cmake
env:
Expand Down

0 comments on commit ca9ac0a

Please sign in to comment.