diff --git a/.github/workflows/shellspec.yml b/.github/workflows/shellspec.yml index 60372568add..f8bc3434f13 100644 --- a/.github/workflows/shellspec.yml +++ b/.github/workflows/shellspec.yml @@ -31,6 +31,8 @@ jobs: image: debian:12 steps: - uses: actions/checkout@v2 + - name: install curl + apt-get -y install curl - name: Install shellspec run: | curl -fsSL https://github.com/shellspec/shellspec/releases/download/${{ env.SHELLSPEC_VERSION }}/shellspec-dist.tar.gz | tar -xz -C /usr/share diff --git a/tests/shell/trigger_10681 b/tests/shell/trigger_10681 deleted file mode 100644 index e69de29bb2d..00000000000