aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorFlavio Castelli <[email protected]>2023-10-16 18:34:20 +0200
committerGitHub <[email protected]>2023-10-16 18:34:20 +0200
commit7019c4e8fcb8a500cc7406bff40b0722fd221acd (patch)
tree0602ef6394b65f6bbaf2bd8ecc6e144dc3c5d607 /.circleci/config.yml
parentb79e0e85288056b2b62e118092b0c207c2338007 (diff)
downloadtinygo-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.yml2
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: