tools-build

tatut 2023-09-16T09:45:55.287469Z

I'm getting WARNING: Specified aliases are undeclared and are not being used: [:build] when trying clojure -T:build jar but only in github actions... locally with the same version of CLI it works (Clojure CLI version 1.11.1.1413)... I'm at a loss what I'm doing wrong

tatut 2023-09-16T09:46:25.090189Z

I have a build.clj file and deps.edn contains the :build alias

tatut 2023-09-16T09:49:53.764259Z

nevermind... it helps to actually check out the repo in the workflow file... so I added

- uses: actions/checkout@v2
facepalm

😅 5