Skip to content
Prev Previous commit
Merge branch 'main' into simplify_ubuntu_install
  • Loading branch information
lemire authored Nov 18, 2024
commit 488385b747d27217a59eecee3632005be39e8d28
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu 24.04 (Installation)

on:
pull_request:
types:
Expand All @@ -25,7 +26,9 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
cxx: [g++-12, clang++]
include:
shared: [ON, OFF]
cxx: [g++-12, clang++]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Ninja
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.