Skip to content

Commit

Permalink
Merge pull request #552 from danielaparker/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…lukka/get-cmake-3.31.0

Bump lukka/get-cmake from 3.30.5 to 3.31.0
  • Loading branch information
danielaparker authored Nov 11, 2024
2 parents 0500622 + b959e46 commit 26feacc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -189,7 +189,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -210,7 +210,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -231,7 +231,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand Down

0 comments on commit 26feacc

Please sign in to comment.