Skip to content

Commit

Permalink
Install the emsdk in toolchain directory to have CI cache it correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 8, 2022
1 parent af3423a commit fc4b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwixbuild/dependencies/emsdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def source_dir(self):
class Builder(Builder):
@property
def install_path(self):
return self.build_path
return pj(self.buildEnv.toolchain_dir, self.target.full_name())

def _copy_source(self, context):
context.try_skip(self.build_path)
Expand Down

0 comments on commit fc4b1e5

Please sign in to comment.