GitHub Actions: remove the check for Clojure version (#17341)
It's redundant since the job explicitly installs the proper version in the previous step, and also running that prematurely pulls a bunch of JARs from Maven Central. This should shave 20 seconds from the CI runs.
Please register or sign in to comment