Skip to content

Commit

Permalink
Certificate issues with the download link for sdx.kit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Dec 11, 2023
1 parent de9825d commit 39e7c18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Get sdx kit
env:
SDXURL: "https://chiselapp.com/\
user/aspect/repository/sdx/uv/sdx-20110317.kit"
run: curl $SDXURL --output sdx.kit
run: curl ${{vars.DOWNLOADURL}}/sdx-20110317.kit --output sdx.kit

- name: Download tclkits
run: |
Expand Down

0 comments on commit 39e7c18

Please sign in to comment.