Skip to content

Commit 713b6b1

Browse files
Enable ssh
1 parent 333aef7 commit 713b6b1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ jobs:
110110
echo common --crosstool_top=@nixpkgs_config_cc//:toolchain >> .bazelrc.local
111111
112112
- name: Clean stack caches
113-
run: rm -rf ~/.stack
113+
run: |
114+
rm -rf ~/.stack
115+
echo "@cert-authority uptermd.upterm.dev,[2a09:8280:1::3:4b89]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICiecex8Dq718eSe1CCLgLvDmI7AagvCtax7brPFWkh4" >> ~/.ssh/knownhosts
114116
115117
- name: Mount Bazel cache
116118
uses: actions/cache/restore@v4
@@ -124,6 +126,9 @@ jobs:
124126
restore-keys: |
125127
repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-
126128
129+
- name: Setup upterm session
130+
uses: lhotari/action-upterm@v1
131+
127132
- name: Prefetch Stackage snapshot
128133
shell: bash
129134
run: |

0 commit comments

Comments
 (0)