getting rid of docker install
This commit is contained in:
parent
cee9a25153
commit
e61b8c2d17
1 changed files with 1 additions and 3 deletions
|
@ -3,10 +3,8 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: catthehacker/ubuntu:act-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: install docker
|
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
|
||||||
-
|
-
|
||||||
name: checkout
|
name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue