ci: run on main branch and update nlohmann-json version

This commit is contained in:
res0nance 2022-08-24 01:02:28 +08:00 committed by Patrick Boettcher
parent 4f67636760
commit 0bbb0da522

View File

@ -6,6 +6,7 @@ on:
- develop
- master
- release/*
- main
pull_request:
jobs:
@ -21,7 +22,7 @@ jobs:
with:
repository: nlohmann/json
path: nlohmann-json
ref: release/3.10.2
ref: v3.11.2
- name: Build and install nlohmann json
run: |
cd nlohmann-json