From 15eaae287b73d883deff12aea10546a7117401dc Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 29 Dec 2021 22:55:02 +0100 Subject: [PATCH] :construction_worker: add CI step for ICPC --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5fc7b54ba..811fa2783 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -104,7 +104,7 @@ jobs: ci_icpc: runs-on: ubuntu-latest - container: ghcr.io/nlohmann/json-ci:v2.1.0 + container: ghcr.io/nlohmann/json-ci:v2.2.0 steps: - uses: actions/checkout@v2 - name: cmake