Skip to content

Commit

Permalink
Merge pull request #141 from boostorg/develop
Browse files Browse the repository at this point in the history
Pre-Boost release of latest changes in develop
  • Loading branch information
mzimbres authored Aug 18, 2023
2 parents 6ce793e + 81927de commit 84ee2f3
Show file tree
Hide file tree
Showing 86 changed files with 4,953 additions and 3,489 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
platform_version: ${{env.BOOST_PLATFORM_VERSION}}
arch: null

- name: Install packages
run: cinst openssl
- name: Install openssl
run: choco install openssl

- name: Create build directory
run: mkdir build
Expand Down Expand Up @@ -115,6 +115,8 @@ jobs:
uses: actions/checkout@v3
- name: Install CMake
run: sudo apt-get -y install cmake
- name: Install protobuf
run: sudo apt-get -y install protobuf-compiler
- name: Install compiler
run: sudo apt-get install -y ${{ matrix.install }}
- name: Install Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Coverage
on:
push:
branches:
- master
- develop
jobs:
posix:
defaults:
Expand Down
Loading

0 comments on commit 84ee2f3

Please sign in to comment.