From 963c8e340bcea8339a0bfda02c44dfbedde42383 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sun, 28 May 2023 10:03:57 +0200 Subject: [PATCH] Do the book trick --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad0f5eda40..5cb794b111 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,9 +12,10 @@ on: env: CARGO_TERM_COLOR: always DEV_VERSION: 2 - STABLE_VERSION: 1 - OLDSTABLE_VERSION: 0.5 - OLDOLDSTABLE_VERSION: 0.4 + STABLE_VERSION: 2 + OLDSTABLE_VERSION: 1 + OLDOLDSTABLE_VERSION: 0.5 + OLDOLDOLDSTABLE_VERSION: 0.4 jobs: # Run cargo xtask format-check