File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1515,7 +1515,6 @@ jobs:
1515
1515
uses : mamba-org/setup-micromamba@main
1516
1516
1517
1517
- name : Setup emsdk
1518
- shell : bash -l {0}
1519
1518
run : |
1520
1519
git clone https://github.com/emscripten-core/emsdk.git
1521
1520
cd emsdk
@@ -1532,7 +1531,6 @@ jobs:
1532
1531
1533
1532
- name : Emscripten build of CppInterOp on Unix systems
1534
1533
if : ${{ runner.os != 'windows' }}
1535
- shell : bash -l {0}
1536
1534
run : |
1537
1535
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
1538
1536
source ./emsdk/emsdk_env.sh
@@ -1598,7 +1596,6 @@ jobs:
1598
1596
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
1599
1597
1600
1598
- name : Build xeus-cpp
1601
- shell : bash -l {0}
1602
1599
run : |
1603
1600
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
1604
1601
source ./emsdk/emsdk_env.sh
Original file line number Diff line number Diff line change 68
68
uses : mamba-org/setup-micromamba@main
69
69
70
70
- name : Setup emsdk
71
- shell : bash -l {0}
72
71
run : |
73
72
git clone https://github.com/emscripten-core/emsdk.git
74
73
cd emsdk
85
84
86
85
- name : Emscripten build of CppInterOp on Unix systems
87
86
if : ${{ runner.os != 'windows' }}
88
- shell : bash -l {0}
89
87
run : |
90
88
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
91
89
source ./emsdk/emsdk_env.sh
@@ -152,7 +150,6 @@ jobs:
152
150
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
153
151
154
152
- name : Build xeus-cpp
155
- shell : bash -l {0}
156
153
run : |
157
154
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
158
155
source ./emsdk/emsdk_env.sh
You can’t perform that action at this time.
0 commit comments