Skip to content

Commit

Permalink
v1.0.6: Revert "Work around current SSL issue by including LE's certs" (
Browse files Browse the repository at this point in the history
#39)

This reverts commit 17c9382.
Now that the upstream issue has been fixed for a few days,
the custom certificate can be removed.
  • Loading branch information
Geod24 authored Jan 19, 2021
1 parent 0f1b86e commit cf2096d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 198 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
steps:
- uses: actions/checkout@master

# Pre steps don't run when using local actions
- name: Run pre step
run: node lib/export_certs.js

- name: Install D compiler
uses: ./
with:
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ inputs:
required: false
runs:
using: "node12"
pre: "lib/export_certs.js"
main: "lib/main.js"
183 changes: 0 additions & 183 deletions cert/lets_encrypt_intermediate.pem

This file was deleted.

8 changes: 0 additions & 8 deletions lib/export_certs.js

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-dlang",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"description": "Installation of the requested D compiler",
"main": "lib/main.js",
Expand Down

0 comments on commit cf2096d

Please sign in to comment.