summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: remove clang & mold build config from `.cargo/config.toml`pml682025-07-011-0/+3
* fix: relative project path written to config, bump MSRV to 1.88.0pml682025-07-011-1/+1
* ci: disable fail-fast in `build` workflowpml682025-06-201-0/+1
* ci: separate `Lint` and `Test` workflowspml682025-06-161-2/+2
* ci: test build on MSRV, build with `release` profilepml682025-06-161-2/+2
* ci: remove `libgtk-3-dev` dependencypml682025-04-281-1/+1
* ci: change cache keyspml682025-03-231-1/+1
* fix(ci): CI profile related stuffpml682025-03-231-1/+1
* ci: add caching, use mold for linkingpml682025-03-231-2/+11
* feat: update to Rust 2024pml682025-02-211-3/+3
* fix(ci): `"` -> `'`pml682025-01-141-1/+1
* ci: only upload artifact for `stable` buildpml682025-01-141-0/+1
* ci: add build and lint workflowspml682025-01-131-0/+29