diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47fe93d62..ef380c5ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: matrix: include: - name: linux_release_64 - image: "${{ env.ubuntu_test }}" + image: "$env.ubuntu_test" - name: linux_debug_64 image: ubuntu-latest runs-on: ubuntu-latest