From a341380eff1ddbcfce5e5572e5970da20d0950e3 Mon Sep 17 00:00:00 2001 From: Adam Coster Date: Fri, 21 Jun 2024 19:47:21 -0500 Subject: [PATCH] meta: Set Rust version to non-latest --- .github/workflows/publish-stitch-site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-stitch-site.yaml b/.github/workflows/publish-stitch-site.yaml index 71cdcc92..73753f0f 100644 --- a/.github/workflows/publish-stitch-site.yaml +++ b/.github/workflows/publish-stitch-site.yaml @@ -29,6 +29,7 @@ jobs: node-version: 18.18.0 - run: corepack enable - run: npm run setup:pnpm + - run: rustup default 1.78.0 # latest doesn't work! - name: Install Dependencies run: pnpm install --filter=@bscotch/gamemaker-releases... --filter=@bscotch/stitch-site...