From 8bcb4262bfc8cb57b6314b93143f18c650f63492 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 25 Dec 2022 12:43:16 +0100 Subject: [PATCH] CI: test with tip-of-tree build --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 335c897f..6458a179 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,8 +30,8 @@ jobs: command: | git clone https://github.com/emscripten-core/emsdk.git --depth=1 cd emsdk - ./emsdk install latest - ./emsdk activate latest + ./emsdk install tot + ./emsdk activate tot - persist_to_workspace: root: .