Skip to content

Commit 80ac373

Browse files
committed
minor changes
1 parent 9705e13 commit 80ac373

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,6 @@ jobs:
15151515
uses: mamba-org/setup-micromamba@main
15161516

15171517
- name: Setup emsdk
1518-
shell: bash -l {0}
15191518
run: |
15201519
git clone https://github.com/emscripten-core/emsdk.git
15211520
cd emsdk
@@ -1532,7 +1531,6 @@ jobs:
15321531

15331532
- name: Emscripten build of CppInterOp on Unix systems
15341533
if: ${{ runner.os != 'windows' }}
1535-
shell: bash -l {0}
15361534
run: |
15371535
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
15381536
source ./emsdk/emsdk_env.sh
@@ -1598,7 +1596,6 @@ jobs:
15981596
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
15991597
16001598
- name: Build xeus-cpp
1601-
shell: bash -l {0}
16021599
run: |
16031600
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
16041601
source ./emsdk/emsdk_env.sh

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
uses: mamba-org/setup-micromamba@main
6969

7070
- name: Setup emsdk
71-
shell: bash -l {0}
7271
run: |
7372
git clone https://github.com/emscripten-core/emsdk.git
7473
cd emsdk
@@ -85,7 +84,6 @@ jobs:
8584

8685
- name: Emscripten build of CppInterOp on Unix systems
8786
if: ${{ runner.os != 'windows' }}
88-
shell: bash -l {0}
8987
run: |
9088
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
9189
source ./emsdk/emsdk_env.sh
@@ -152,7 +150,6 @@ jobs:
152150
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
153151
154152
- name: Build xeus-cpp
155-
shell: bash -l {0}
156153
run: |
157154
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
158155
source ./emsdk/emsdk_env.sh

0 commit comments

Comments
 (0)