]> Untitled Git - lemmy.git/blobdiff - .woodpecker.yml
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / .woodpecker.yml
index 073bc0a0baef3cc71c09477c5806d473e4d35650..4c9bf5187309513fd423a375d7249f3e91788397 100644 (file)
@@ -36,9 +36,9 @@ pipeline:
     commands:
       # need make existing toolchain available
       - cp ~/.cargo . -r
-      - rustup toolchain install nightly
-      - rustup component add rustfmt --toolchain nightly
-      - cargo +nightly fmt -- --check
+      - rustup toolchain install nightly-2023-07-10
+      - rustup component add rustfmt --toolchain nightly-2023-07-10
+      - cargo +nightly-2023-07-10 fmt -- --check
     # when:
     #   platform: linux/amd64