Commit Graph

6 Commits

Author SHA1 Message Date
pstef 48f842f307 CI: use the info target
These makefiles provide the info target that will print contents of each
variable that is not printed (unless V=1, which is not the case here) on
command invocation. Making this information available in the logs should
help debugging, but it doesn't need to be printed on each command
invocation.
2025-04-29 18:54:24 +00:00
zoltanvb 7ee70c9224
Replace checkout action, remove upload (#17217)
Due to node v20 being incompatible with some of the CI images
(too old glibc), the checkout action is replaced by an alternative
which does not need node, and upload is removed for now.
2024-11-27 03:43:07 -08:00
LibretroAdmin a26cfa3787
Revert "Replace checkout action, remove upload (#17214)" (#17215)
This reverts commit 04b53ce692.
2024-11-26 15:12:53 -08:00
zoltanvb 04b53ce692
Replace checkout action, remove upload (#17214)
Due to node v20 being incompatible with some of the CI images
(too old glibc), the checkout action is replaced by an alternative
which does not need node, and upload is removed for now.
2024-11-26 15:10:44 -08:00
libretroadmin 9abd8f3a3a Attempt to fix CI jobs 2024-07-06 20:04:13 +02:00
Jesse Talavera 750b64d89e
Fix 32-bit Linux builds with XDelta enabled (#15980)
* First crack at a GitHub Actions pipeline for 32-bit Linux

* Simplify the integer typedefs in xdelta3.h

* Add XDelta to Linux.yml
2023-12-06 05:07:46 -08:00