From 262504b8e5f4810bc90fd375939d6de453f0cafb Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Thu, 11 Jul 2024 12:15:21 +0200 Subject: [PATCH] Sog. DevOps --- .forgejo/workflows/uwu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 59d0d0a..6034605 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -2,6 +2,7 @@ on: [push] jobs: test: runs-on: docker + image: rust:1.67 steps: - run: apt update; apt install --yes curl wget - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y