We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333aef7 commit 713b6b1Copy full SHA for 713b6b1
1 file changed
.github/workflows/build.yml
@@ -110,7 +110,9 @@ jobs:
110
echo common --crosstool_top=@nixpkgs_config_cc//:toolchain >> .bazelrc.local
111
112
- name: Clean stack caches
113
- run: rm -rf ~/.stack
+ run: |
114
+ rm -rf ~/.stack
115
+ echo "@cert-authority uptermd.upterm.dev,[2a09:8280:1::3:4b89]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICiecex8Dq718eSe1CCLgLvDmI7AagvCtax7brPFWkh4" >> ~/.ssh/knownhosts
116
117
- name: Mount Bazel cache
118
uses: actions/cache/restore@v4
@@ -124,6 +126,9 @@ jobs:
124
126
restore-keys: |
125
127
repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-
128
129
+ - name: Setup upterm session
130
+ uses: lhotari/action-upterm@v1
131
+
132
- name: Prefetch Stackage snapshot
133
shell: bash
134
run: |
0 commit comments