From 0c489734b70c37da2669b16fbe65dd8e1f333c1f Mon Sep 17 00:00:00 2001 From: Mattia Montanari Date: Tue, 14 Feb 2023 17:17:17 +0100 Subject: [PATCH] Typoe in container --- .github/workflows/github-opengjk-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-opengjk-examples.yml b/.github/workflows/github-opengjk-examples.yml index d3bcc71..471e1fb 100644 --- a/.github/workflows/github-opengjk-examples.yml +++ b/.github/workflows/github-opengjk-examples.yml @@ -24,7 +24,7 @@ jobs: CSharp: runs-on: ubuntu-latest - container: mmontanari/devenv:mono:latest + container: mono:latest steps: - name: Check out repository code uses: actions/checkout@v3