chore: rename setup to install so the build is cleaner when running on builds.sr.ht
1 files changed, 1 insertions(+), 1 deletions(-) M .builds/ci.yml
M .builds/ci.yml => .builds/ci.yml +1 -1
@@ 6,7 6,7 @@ packages: - libssl-dev - curl tasks: - - setup: | + - install: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - build: | cd apizotl