Skip to content

Commit 84ee2f3

Browse files
authored
Merge pull request #141 from boostorg/develop
Pre-Boost release of latest changes in develop
2 parents 6ce793e + 81927de commit 84ee2f3

File tree

86 files changed

+4953
-3489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+4953
-3489
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
platform_version: ${{env.BOOST_PLATFORM_VERSION}}
6868
arch: null
6969

70-
- name: Install packages
71-
run: cinst openssl
70+
- name: Install openssl
71+
run: choco install openssl
7272

7373
- name: Create build directory
7474
run: mkdir build
@@ -115,6 +115,8 @@ jobs:
115115
uses: actions/checkout@v3
116116
- name: Install CMake
117117
run: sudo apt-get -y install cmake
118+
- name: Install protobuf
119+
run: sudo apt-get -y install protobuf-compiler
118120
- name: Install compiler
119121
run: sudo apt-get install -y ${{ matrix.install }}
120122
- name: Install Redis

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Coverage
33
on:
44
push:
55
branches:
6-
- master
6+
- develop
77
jobs:
88
posix:
99
defaults:

0 commit comments

Comments
 (0)