From 39913ae9a1375452acf8d634b7ce8981fb06d581 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 15:27:39 -0700 Subject: [PATCH] asdf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef380c5ff..5b084c890 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