Skip to content

Commit 843e04f

Browse files
author
Nasfame
committed
final: fixes
Signed-off-by: Nasfame <laciferin@gmail.com>
1 parent 6e5e747 commit 843e04f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cross.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
check-latest: true
8585

8686
- name: Write environment #TODO: add coachroach ssl certificate
87+
shell: bash
8788
run: |
8889
echo $envfile > .env.tmp
8990
sed 's/ /\n/g' .env.tmp > .env

.github/workflows/cross[hardhat].yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
echo $envfile > .env.tmp
6767
sed 's/ /\n/g' .env.tmp > .env
6868
69-
- name: Setup tmate session
70-
if: ${{matrix.os}}==windows-latest
71-
uses: mxschmitt/action-tmate@v3
69+
# - name: Setup tmate session
70+
# if: ${{matrix.os}}==windows-latest
71+
# uses: mxschmitt/action-tmate@v3
7272

7373
- name: Install dependencies
7474
run: pnpm install

0 commit comments

Comments
 (0)