rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI broken: `/tmp/mdbook: 1: Syntax error: "(" unexpected`

tmandry opened this issue · comments

Seen on #663, https://github.com/rust-lang/rust-forge/actions/runs/3652997907/jobs/6171982236

Run XAMPPRocky/deploy-mdbook@v1.1
/usr/bin/tar -xvzf /tmp/mdbook.tar.gz
mdbook

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Installed mdbook to /tmp/mdbook
/tmp/mdbook build
/tmp/mdbook: 1: Syntax error: "(" unexpected
Error: The process '/tmp/mdbook' failed with exit code 2

Hm, that coincides with the most recent release of mdbook. I'm not sure what is wrong. Will take a look.