fix
This commit is contained in:
@@ -8,8 +8,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: golang:1.24-bookworm
|
container: golang:1.24-bookworm
|
||||||
steps:
|
steps:
|
||||||
#- name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: apt update && apt -y install openssh-client
|
run: apt update && apt -y install nodejs
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user