Compare commits
2
Commits
12e92e56bc
...
495ec3cc6c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
495ec3cc6c | ||
|
|
3bc7bc6251 |
@@ -18,7 +18,10 @@ jobs:
|
|||||||
image: golang:1.27-bookworm
|
image: golang:1.27-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends git openssh-client
|
run: |
|
||||||
|
apt-get update && apt-get install -y --no-install-recommends git openssh-client curl
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user