We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d43a96 + fb8dc44 commit 5416d90Copy full SHA for 5416d90
run-ci.py
@@ -235,6 +235,8 @@ def _prepare_profile(self) -> None:
235
include_path=include_path,
236
dynamic_loading=self._is_windows_target,
237
)
238
+ if self._is_windows_target:
239
+ shutil.copyfile(native_path / "ctanker.rs", mingw_path / "ctanker.rs")
240
241
def prepare(self, update: bool, tanker_ref: Optional[str] = None) -> None:
242
tanker_deployed_ref = tanker_ref
0 commit comments