🐛 fix natvis XML

This commit is contained in:
Niels Lohmann 2022-12-04 21:47:08 +01:00
parent 24ba54e687
commit 8f8315368b
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -99,6 +99,8 @@ jobs:
matrix:
target: [ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls]
steps:
- name: Install build-essential
run: apt-get update ; apt-get install -y build-essential
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest