Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ jobs:
c_compiler: clang
cpp_compiler: clang++
bundled_protobuf: 'OFF'
- os: ubuntu-20.04
build_type: Release
c_compiler: clang-12
cpp_compiler: clang++-12
bundled_protobuf: 'OFF'
- os: ubuntu-20.04
build_type: Debug
c_compiler: clang-12
cpp_compiler: clang++-12
bundled_protobuf: 'OFF'

steps:
- uses: actions/checkout@v3
Expand All @@ -67,7 +57,8 @@ jobs:
)
fi
set -x
sudo apt install -y "${ubuntu_packages[@]}"
sudo apt-get update
sudo apt-get install --no-install-recommends -y "${ubuntu_packages[@]}"

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down