File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Install uv
2727 uses : astral-sh/setup-uv@v7
2828
29+ - uses : webfactory/ssh-agent@v0.9.0
30+ with :
31+ ssh-private-key : |
32+ ${{ secrets.GITLAB_TIQI_ZEDBOARD_SSH_KEY }}
33+ ${{ secrets.GITLAB_TIQI_RPC_SSH_KEY }}
34+
35+ - name : Configure SSH for GitLab
36+ env :
37+ SSH_KEY : ${{ secrets.GITLAB_TIQI_ZEDBOARD_SSH_KEY }}
38+ run : |
39+ mkdir -p ~/.ssh && chmod 700 ~/.ssh
40+ ssh-keyscan gitlab.phys.ethz.ch >> ~/.ssh/known_hosts
41+
2942 - name : Sync build dependencies
3043 run : uv sync --no-dev --group docs
3144
Original file line number Diff line number Diff line change 4141 openssh-client git ca-certificates curl binutils gh
4242
4343 - name : Install uv
44- run : |
45- curl -fsSL https://astral.sh/uv/install.sh | sh
46- echo "$HOME/.local/bin" >> $GITHUB_PATH
44+ uses : astral-sh/setup-uv@v7
4745
4846 - uses : webfactory/ssh-agent@v0.9.0
4947 with :
You can’t perform that action at this time.
0 commit comments