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
I have a build.clj file and deps.edn contains the :build alias
nevermind... it helps to actually check out the repo in the workflow file... so I added
- uses: actions/checkout@v2
facepalm