Skip to content

Commit 4100e96

Browse files
authored
Update main.yml
1 parent 47a921b commit 4100e96

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,6 @@ jobs:
230230
$env:ncpus=$([Environment]::ProcessorCount)
231231
echo "ncpus=$env:ncpus" >> $env:GITHUB_ENV
232232
233-
- name: Setup emsdk
234-
shell: bash -l {0}
235-
run: |
236-
cd $HOME
237-
git clone --depth=1 https://github.com/emscripten-core/emsdk.git
238-
cd emsdk
239-
./emsdk install ${{ matrix.emsdk_ver }}
240-
241233
- name: Build xeus-cpp
242234
shell: bash -l {0}
243235
run: |

0 commit comments

Comments
 (0)