Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Dec 23, 2024
1 parent 74d0242 commit 65e7d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{matrix.os}}-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: CMake configure
run: cmake -G "Unix Makefiles" -DSPLY_BUILD_UTILITIES=ON -DCMAKE_BUILD_TYPE=${{matrix.config}} .
- name: Build
Expand All @@ -30,7 +30,7 @@ jobs:
name: windows-${{matrix.architecture}}-${{matrix.config}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: CMake configure
run: cmake -DSPLY_BUILD_UTILITIES=ON -A ${{matrix.architecture}} .
- name: Build
Expand Down

0 comments on commit 65e7d74

Please sign in to comment.