feature/fix-publish-pipeline #4

Merged
vegard merged 25 commits from feature/fix-publish-pipeline into main 2025-06-24 21:13:14 +00:00
Showing only changes of commit 6983253c9e - Show all commits

View File

@@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: apt update && apt -y install openssh-client
# run: apt update && apt -y install openssh-client
run: apk add openssh-client
- name: Setup SSH
run: |
mkdir -p ~/.ssh