From eba591d04bc3ec8e431381fd00ba15d07f9cd079 Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Wed, 30 Oct 2024 20:47:01 +0800 Subject: [PATCH] fix: temporarily do not cache emscripten --- .github/workflows/ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ff717f0..0c56666b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,17 +33,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache emscripten - uses: actions/cache@v4 - with: - path: | - ./emsdk/downloads - ./emsdk/upstream/emscripten/cache - key: ${{ runner.os }}-emsdk - - name: Install Emscripten run: | - sudo apt-get install -y build-essential cmake zlib1g-dev inotify-tools + sudo apt-get install -y build-essential cmake zlib1g-dev git clone https://github.com/emscripten-core/emsdk.git cd emsdk ./emsdk install 3.1.8 @@ -90,14 +82,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache emscripten - uses: actions/cache@v4 - with: - path: | - ./emsdk/downloads - ./emsdk/upstream/emscripten/cache - key: ${{ runner.os }}-emsdk - - name: Install Emscripten run: | sudo apt-get install -y \