dlang-community / setup-dlang

Github action for dlang compiler setup
MIT License
46 stars 14 forks source link

Update downloads.dlang.org links to use https #60

Closed ibuclaw closed 2 years ago

ibuclaw commented 2 years ago

This is now possible now the site now has a new front for its bucket.

ibuclaw commented 2 years ago
 > ncc build src/main.ts --source-map -o dist --minify --target es2017

ncc: Version 0.27.0
ncc: Compiling file index.js
ncc: Using typescript@4.3.2 (local user-provided)
 39kB  dist/sourcemap-register.js
159kB  dist/index.js
583kB  dist/index.js.map
198kB  [4530ms] - ncc 0.27.0
+ git diff --stat --exit-code HEAD -- ':!dist/index.js.map'
 dist/index.js | Bin 162997 -> 162996 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
Error: Process completed with exit code 1.

Apparently one doesn't just mechanically update the existing files.