Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 16, 2024
1 parent c3ac9a0 commit 8ebb552
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# The cache action needs this
- name: Install zstd
- name: Install mini CTK action dependencies
shell: bash --noprofile --norc -xeuo pipefail {0}
run: |
apt update
apt install zstd
apt install zstd curl
- name: Set up mini CTK
uses: ./.github/actions/fetch_ctk
Expand Down

0 comments on commit 8ebb552

Please sign in to comment.