Skip to content

Commit

Permalink
IQSS#10681 Deb12 doesn't install curl by default?
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Jul 16, 2024
1 parent 0f31cd9 commit bb6d8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file removed tests/shell/trigger_10681
Empty file.

0 comments on commit bb6d8ed

Please sign in to comment.