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 f2a943de3c - Show all commits

View File

@@ -9,7 +9,7 @@ jobs:
container: golang:1.24-bookworm
steps:
- name: Install dependencies
run: apt update && apt -y install nodejs
run: apt update && apt -y install nodejs bash
- name: Setup SSH
run: |
mkdir -p ~/.ssh