summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
7 dayschore(deps): bump actions/checkout from 3 to 6dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
7 dayschore(deps): bump actions/cache from 3 to 5dependabot[bot]1-1/+1
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2026-01-29ci: remove unnecessary GH CLI installation stepmbkma1-5/+0
GitHub-hosted runners already have gh CLI pre-installed.
2025-12-24build: use shell vs bashOz Tiram1-4/+1
As bash isn't the default shell on ubuntu Signed-off-by: Oz Tiram <[email protected]>
2025-12-24build: disable DVI on fedora:latest and ubuntu:rollingOz Tiram2-1/+12
Signed-off-by: Oz Tiram <[email protected]>
2025-12-24ci: add option to clean ccacheOz Tiram1-1/+11
Signed-off-by: Oz Tiram <[email protected]>
2025-12-24fix: add mathjax to build script for arch linuxOz Tiram1-0/+1
Signed-off-by: Oz Tiram <[email protected]>
2025-12-23CI: meson and autotools use two jobsv1.28.3Xiaotian Wu3-5/+11
2025-12-23CI: Try to use github actionWu Xiaotian8-0/+511