Skip to content

Commit

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

Bump lukka/get-cmake from 3.30.3 to 3.30.4
  • Loading branch information
danielaparker authored Oct 7, 2024
2 parents a500279 + 0897617 commit 0845d95
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 @@ -171,7 +171,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -190,7 +190,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -211,7 +211,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- name: cmake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
- name: build
Expand All @@ -232,7 +232,7 @@ jobs:
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v4
- name: Get latest CMake and ninja
uses: lukka/[email protected].3
uses: lukka/[email protected].4
- 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 0845d95

Please sign in to comment.