Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
* Add an aside for symlink errors on Windows
* Remove redundant whitespace
* Inline URL
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
* Revert titles to "Caution" instead of "Warning"
* Use inline code block for error message
* Update docs/src/content/docs/installation.mdx
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
* Update docs/src/content/docs/installation.mdx
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
---------
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
* chore(actions): create debug build action
* chore(actions): remove unneeded targets
Also do the following:
* Use v4 of artifact upload action
* Install Linux-specific build dependencies
* Do not include version-management feature while building
* Fix cargo build command
* Include native mac x86 target instead of cross compilation
* chore(actions): fix bad compile command
Turns out I hallucinated `--exclude-features` into existence.
* chore(actions): add job to shorten github commit SHA
* chore(actions): use bash patterns for commit SHA trimming
* chore(actions): fix bash pattern syntax being improper
* chore(actions): use `tee` to write trimmed version to stdout for debugging
* chore(actions): include full semver version including git commit SHA
* chore(actions): checkout code first in `get-version` job
* chore(actions): write `trimmed_sha` to `GITHUB_OUTPUT` correclty
* chore(actions): add name for `get-version` job
* chore(actions): make matrix `job-name`s be consistent with release workflow
* chore(actions): provide `exe` for windows manually instead of glob
Also makes step now error on no matching files.
* Fix improper assignment to path installation.mdx
* Use the home variable installation.mdx
* Remove leading slash
---------
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>