Skip to content

Commit

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

Bump lukka/get-cmake from 3.30.0 to 3.30.1
  • Loading branch information
danielaparker authored Jul 22, 2024
2 parents ffd2540 + df8e85e commit 621ac8c
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@v3
- name: Get latest CMake and ninja
uses: lukka/[email protected].0
uses: lukka/[email protected].1
- 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@v3
- name: Get latest CMake and ninja
uses: lukka/[email protected].0
uses: lukka/[email protected].1
- 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@v3
- name: Get latest CMake and ninja
uses: lukka/[email protected].0
uses: lukka/[email protected].1
- 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@v3
- name: Get latest CMake and ninja
uses: lukka/[email protected].0
uses: lukka/[email protected].1
- 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 621ac8c

Please sign in to comment.