From 1a0f6164c935f7321361ae3e707f92aebeca5281 Mon Sep 17 00:00:00 2001 From: Wonsup Yoon Date: Fri, 7 Jan 2022 17:30:18 +0900 Subject: [PATCH] fix --- .github/workflows/test-linux-extra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux-extra.yml b/.github/workflows/test-linux-extra.yml index 1f612acf6..f3ef0bbd6 100644 --- a/.github/workflows/test-linux-extra.yml +++ b/.github/workflows/test-linux-extra.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - docker_image: [ubuntu:18.04, ubuntu:20.04] + image: [ubuntu:18.04, ubuntu:20.04] runs-on: ubuntu-20.04 @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: docker://${{ matrix.docker_image }} + - uses: docker://${{ matrix.image }} - name: Install g++ gcc # Some projects don't allow in-source building, so create a separate build directory