Skip to content

Commit

Permalink
meta: Set base Rust version in the CL2 Editor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Jul 9, 2024
1 parent 83c6520 commit d019eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cl2-editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
node-version: 18.18.0
- run: corepack enable
- run: rustup default 1.78.0 # latest doesn't work!

- run: pnpm install --filter=crashlands-editor... --filter=stitch-monorepo
- run: pwd

Expand Down

0 comments on commit d019eaf

Please sign in to comment.