diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-12 20:49:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-12 20:49:09 +0100 |
commit | 3d13939260f565fe6fb176b15e23201aafc2d11e (patch) | |
tree | 9dd2febf96ab469f00acea3418e1055acc15d999 /bors.toml | |
parent | c518fe7f6ca1c9a15d7d822654303155c90ce695 (diff) | |
parent | e99cb578c99ca574dff6073d673eef9bb96ef4e3 (diff) |
Merge #6208
6208: macOS: install GNU tar r=jonas-schievink a=jonas-schievink
CI runs on macOS have started to fail due to https://github.com/actions/cache/issues/403. Use GNU tar instead of BSD tar to work around that.
Co-authored-by: Jonas Schievink <[email protected]>
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'bors.toml')
-rw-r--r-- | bors.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | status = [ | 1 | status = [ |
2 | "Rust (ubuntu-latest)", | 2 | "Rust (ubuntu-latest)", |
3 | "Rust (windows-latest)", | 3 | "Rust (windows-latest)", |
4 | # "Rust (macos-latest)", | 4 | "Rust (macos-latest)", |
5 | "TypeScript (ubuntu-latest)", | 5 | "TypeScript (ubuntu-latest)", |
6 | "TypeScript (windows-latest)", | 6 | "TypeScript (windows-latest)", |
7 | ] | 7 | ] |