Sog. DevOps
Some checks failed
/ test (push) Failing after 1m6s

This commit is contained in:
xqtc161 2024-07-11 12:15:21 +02:00
parent 1e599aa3ea
commit 262504b8e5

View file

@ -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