Commit Graph
23 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub 172e334910 Merge pull request #20781 from hrydgard/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-09-01 19:53:29 +02:00
dependabot[bot]andGitHub 32ebe8e6d0 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 17:01:31 +00:00
dependabot[bot]andGitHub 4d61a372d4 Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.
- [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/v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 16:52:58 +00:00
SamuelandGitHub 45b2e8bee5 reinstate ARCH since it gets used later 2025-08-23 16:27:56 -04:00
SamuelandGitHub 5138a3640d fix typo 2025-08-23 16:23:20 -04:00
SamuelandGitHub 559c3d157f simplify deps install, use mesa that does not link to llvm 2025-08-23 16:11:50 -04:00
SamuelandGitHub 2099f6ceaa typo 2025-08-15 18:05:49 -04:00
SamuelandGitHub 54f4b414ad do not rely on the aur 2025-08-15 18:02:16 -04:00
Henrik RydgårdandGitHub 1fb3cdcf12 Revert "Github CI: Use pull_request_target instead of pull_request" 2025-07-18 21:06:54 +02:00
AdamNandGitHub 9466706ac5 AppImage workflow too. 2025-07-16 12:20:54 +07:00
Henrik Rydgård c93f7d2152 Github CI: Use pull_request_target instead of pull_request
The idea is that PRs should build on CI even if there are conflicts.

This is useful for hotfix branches like v1.19.3-commits, where I
cherry-pick PRs from master to produce a new release without including
any risky recent changes.

I'm testing it in that branch right now and it seems to work. I'm making
this a separate PR before including in the main branch, so you guys can
warn me in case this is a mistake somehow :)

I showed my changes to ChatGPT and it suggested adding the permissions
clause, not exactly sure why it's more needed now.

Discussion here: https://github.com/orgs/community/discussions/26304
2025-07-14 08:37:01 +02:00
AdamNandGitHub a20d4eed17 And this too. 2025-07-11 08:07:50 +07:00
dependabot[bot]andGitHub 38eaf7dfc5 Bump softprops/action-gh-release from 2.2.2 to 2.3.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/da05d552573ad5aba039eaac05058a918a7bf631...72f2c25fcb47643c292f7107632f7a47c1df5cd8)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 10:18:51 +00:00
AdamNandGitHub 3c6c45809c Fix fullscreen issue on vulkan 2025-06-21 10:48:12 +07:00
EscaryandGitHub c2c045a274 remove not needed manual build trriger 2025-06-10 19:57:38 +01:00
EscaryandGitHub b1927db527 add ccache output stats 2025-06-10 19:40:03 +01:00
EscaryandGitHub 073250691b add ccache 2025-06-10 19:23:56 +01:00
Davide Pesavento e67b05a01e CI: Install git before attempting checkout 2025-06-08 14:40:02 -04:00
Davide Pesavento 8f3ab8c04f CI: Simplify some conditions and other small cleanups 2025-06-08 12:50:02 -04:00
Davide Pesavento d635ac82b8 CI: Pin some actions to the commit hash 2025-06-08 12:45:52 -04:00
AdamNandGitHub d54606e3dd Update appimage.yml 2025-06-07 20:43:55 +07:00
AdamNandGitHub ad23f1f412 Use PPSSPP instead of PPSSPPSDL on the AppImage name 2025-06-07 14:58:43 +07:00
AdamNandGitHub 0d6bebcda3 Create AppImage on CI 2025-06-07 14:29:31 +07:00