DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
184 stars 27 forks source link

Failed due to HTTP 404 of cljstyle #100

Closed hatappo closed 9 months ago

hatappo commented 9 months ago

Example GitHub Actions yaml.

      - name: Install clojure tools
        uses: DeLaGuardo/setup-clojure@12.2
        with:
          cli: 1.11.1.1435
          clj-kondo: latest
          cljstyle: latest

Cause

The latest release of cljstyle seems to use the naming cljstyle_${version}_linux_amd64.zip instead of cljstyle_${version}_linux.zip

https://github.com/greglook/cljstyle/releases/tag/0.16.626

DeLaGuardo commented 9 months ago

Thanks, will fix it soon.