mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
Remove deprecated functions with the move to GitHub actions.
This commit is contained in:
parent
0df5f1c5cf
commit
ad2eaa57ed
2 changed files with 7 additions and 190 deletions
|
@ -696,7 +696,7 @@ class MacOsGenericWorkerTask(UnixTaskMixin, GenericWorkerTask):
|
|||
"/bin/bash", "--login", "-x", "-e", "-o", "pipefail", "-c",
|
||||
deindent("\n".join(self.scripts))
|
||||
]
|
||||
]
|
||||
] # pragma: no cover
|
||||
|
||||
def with_python3(self):
|
||||
return self.with_early_script("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue