Skip to content

Commit

Permalink
Work around lack of HTTPS in old Mono images
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 14, 2021
1 parent 68f1bc5 commit 032bd99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Adding HTTPS support to APT
run: |
apt-get update || true
apt-get install -y apt-transport-https
- name: Installing build dependencies
run: apt-get update && apt-get install -y git
- name: Install runtime dependencies
Expand Down

0 comments on commit 032bd99

Please sign in to comment.