From 223b174c5b787d2a21595ae65857aeab0a554d61 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 26 Sep 2022 00:32:42 -0500 Subject: [PATCH] [wip] check the cache more Docker images could/can be cached but this is a basic test --- .github/workflows/testground.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testground.yml b/.github/workflows/testground.yml index 8f411fd7..77bfa020 100644 --- a/.github/workflows/testground.yml +++ b/.github/workflows/testground.yml @@ -1,8 +1,6 @@ # Adapted from: # https://github.com/status-im/nim-codex/blob/main/.github/workflows/ci.yml -# remove me next 2 (stripped double-quotes from string returned by `docker manifest inspect ...` - name: Testground on: push: @@ -20,7 +18,7 @@ jobs: target: - os: linux cpu: amd64 - nim_branch: [version-1-2] + nim_branch: [version-1-6] include: - target: os: linux