fix
Some checks failed
Build project / build (push) Has been cancelled
Publish / build (push) Failing after 1s

This commit is contained in:
2025-06-24 11:21:51 +02:00
parent 6c8503bf15
commit 1a2def25bf

View File

@@ -6,7 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.24-bookworm
steps:
- name: Setup SSH
run: |
@@ -14,8 +13,8 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
- name: Install node and go
run: apt update && apt -y install nodejs
# - name: Install node and go
# run: apt update && apt -y install nodejs
- name: Check out repository code
uses: actions/checkout@v4
- name: ssh repo