This commit is contained in:
parent
0614926ebf
commit
46d03fde5e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,8 +3,12 @@ jobs:
|
||||||
desec-script:
|
desec-script:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ubuntu-latest
|
image: node:latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: |
|
||||||
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
|
sh get-docker.sh
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue