OpenTTD/.github/workflows
Patric Stout 4059ccf863
Fix: [Actions] circumvent Windows tar warning about read-only files (#8524)
Because certain files are read-only, the "restore-cache" step
fails, as Windows tar refuses to overwrite those files (even
if they are identical). Instead of hoping upstream fixes
"restore-cache", just remove the read-only flag on these files
instead.
2021-01-08 15:20:27 +01:00
..
ci-build.yml Fix: [Actions] circumvent Windows tar warning about read-only files (#8524) 2021-01-08 15:20:27 +01:00
commit-checker.yml Fix: Prevent infinite recursion in commit checker 2020-12-10 01:08:44 +01:00
preview_build.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
release.yml Fix: [Actions] cmakeBuildType is only used with CMakeListsTxtBasic (#8435) 2020-12-26 13:48:57 +01:00