diff options
author | Flavio Castelli <[email protected]> | 2023-10-16 18:34:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-16 18:34:20 +0200 |
commit | 7019c4e8fcb8a500cc7406bff40b0722fd221acd (patch) | |
tree | 0602ef6394b65f6bbaf2bd8ecc6e144dc3c5d607 /.circleci/config.yml | |
parent | b79e0e85288056b2b62e118092b0c207c2338007 (diff) | |
download | tinygo-7019c4e8fcb8a500cc7406bff40b0722fd221acd.tar.gz tinygo-7019c4e8fcb8a500cc7406bff40b0722fd221acd.zip |
Binaryen116 (#3958)
dependencies: update binaryen submodule to version 116
Signed-off-by: Flavio Castelli <[email protected]>
Co-authored-by: DarkByteBen <[email protected]>
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d9407119b..1b7d7da06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ commands: steps: - run: name: "Pull submodules" - command: git submodule update --init + command: git submodule update --init --recursive llvm-source-linux: steps: - restore_cache: |