From bc1b18781ddc161f5f34d3f4806d78d8552aaa7f Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 13 Sep 2023 12:11:38 -0400 Subject: [PATCH] wip --- .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 43f29d52..17ce4525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - uses: ./ if: ${{ matrix.mechanism == 'action' }} - - run: apt-get update && apt-get install curl + - run: apt-get update && apt-get --yes install curl if: ${{ startsWith(matrix.container, 'debian') }} - run: ./installer.sh