From 7f72484d186938c9275e84423cabcb3d53cd4655 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Thu, 16 Jun 2022 13:03:53 -0700 Subject: [PATCH] Fix container definition for CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54334ae80..bacde8414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,8 +67,10 @@ jobs: - opensuse/leap:15 - opensuse/tumbleweed:latest fail-fast: false - name: Run setup on ${{ container.os }} + name: Run setup on ${{ container }} runs-on: ubuntu-latest + container: + image: ${{ container }} steps: - uses: actions/checkout@v3 - name: Run setup.sh