File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-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+
34+ - name : Configure SSH for GitLab
35+ env :
36+ SSH_KEY : ${{ secrets.GITLAB_TIQI_ZEDBOARD_SSH_KEY }}
37+ run : |
38+ mkdir -p /root/.ssh && chmod 700 /root/.ssh
39+ ssh-keyscan gitlab.phys.ethz.ch >> /root/.ssh/known_hosts
40+
2941 - name : Sync build dependencies
3042 run : uv sync --no-dev --group docs
3143
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