From 578c024afe534963c85ee12b962778bca3fe79fb Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Wed, 30 Oct 2024 19:26:59 +0800 Subject: [PATCH] feat: root --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9807c722..64f998de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Install Emscripten run: | - apt-get install -y build-essential cmake zlib1g-dev inotify-tools + sudo apt-get install -y build-essential cmake zlib1g-dev inotify-tools git clone https://github.com/emscripten-core/emsdk.git cd emsdk ./emsdk install 3.1.8