Skip to content

Commit

Permalink
Add curl prerequisite.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jan 6, 2022
1 parent 2b32f82 commit 8cd3e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
run: |
if [[ ${{ matrix.container }} == "rockylinux:8.5" ]]; then
dnf install -y diffutils
elif [[ ${{ matrix.container }} == "ubuntu:latest" ]]; then
apt-get update
apt-get install -y curl
fi
- name: dryrun unit tests
run: bash test-lsstinstall.bash
Expand Down

0 comments on commit 8cd3e3e

Please sign in to comment.