🔥 remove unused install

This commit is contained in:
Niels Lohmann 2022-08-21 20:42:31 +02:00
parent bd1e052c2e
commit 80beebcd88
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -33,8 +33,6 @@ jobs:
container: ghcr.io/nlohmann/json-ci:v2.4.0
steps:
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
- name: Run CMake
run: cmake -S . -B build -DJSON_CI=On
- name: Build