Skip to content

Commit 329a6d7

Browse files
committed
fix presets
1 parent db9bb9a commit 329a6d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@ jobs:
1919
- preset: gcc-debug
2020
tag: gnu-14
2121
- preset: gcc-release
22-
platform: llvm-20
22+
tag: gcc-14
2323
name: "Preset: ${{ matrix.presets.preset }}"
2424
runs-on: ubuntu-latest
2525
container:
2626
image: ghcr.io/bemanproject/infra:test-${{ matrix.presets.tag }}
2727
steps:
2828
- uses: actions/checkout@v4
29-
- name: Setup build environment
30-
uses: lukka/get-cmake@latest
31-
with:
32-
cmakeVersion: "~3.25.0"
33-
ninjaVersion: "^1.11.1"
3429
- name: Setup MSVC
3530
if: startsWith(matrix.presets.platform, 'windows')
3631
uses: TheMrMilchmann/setup-msvc-dev@v3

0 commit comments

Comments
 (0)