From f991cfcbde8ed69323d3f49354814693ac0969a6 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 17 Aug 2023 14:59:48 -0500 Subject: [PATCH] Update test-feature.yml --- .github/workflows/test-feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-feature.yml b/.github/workflows/test-feature.yml index baef09e..fab58dc 100644 --- a/.github/workflows/test-feature.yml +++ b/.github/workflows/test-feature.yml @@ -27,6 +27,7 @@ jobs: - image: mcr.microsoft.com/devcontainers/base:ubuntu options: '{ "version": "2.32.3" }' - image: debian:bookworm-slim + options: '{ "version": "system" }' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3