Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
75fd0d41e7
commit
3825afae44
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All good!
|
||||
- run: apt-get update && apt-get install -y make git
|
||||
- run: ls -la
|
||||
- run: docker ps
|
||||
- run: apt-get update && apt-get install -y make
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- run: ls -la
|
||||
- run: make build_password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue