Skip to content

Commit

Permalink
fix: temporarily do not cache emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 30, 2024
1 parent 62555ba commit eba591d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit eba591d

Please sign in to comment.