We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9bb9a commit 329a6d7Copy full SHA for 329a6d7
.github/workflows/ci_tests.yml
@@ -19,18 +19,13 @@ jobs:
19
- preset: gcc-debug
20
tag: gnu-14
21
- preset: gcc-release
22
- platform: llvm-20
+ tag: gcc-14
23
name: "Preset: ${{ matrix.presets.preset }}"
24
runs-on: ubuntu-latest
25
container:
26
image: ghcr.io/bemanproject/infra:test-${{ matrix.presets.tag }}
27
steps:
28
- 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"
34
- name: Setup MSVC
35
if: startsWith(matrix.presets.platform, 'windows')
36
uses: TheMrMilchmann/setup-msvc-dev@v3
0 commit comments