Download and install swagger
This commit is contained in:
parent
30f8d666c3
commit
b121b4463e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -22,6 +22,11 @@ jobs:
|
||||||
- name: Install dict
|
- name: Install dict
|
||||||
run: sudo apt-get update && sudo apt-get install wamerican
|
run: sudo apt-get update && sudo apt-get install wamerican
|
||||||
|
|
||||||
|
- name: Install swagger
|
||||||
|
run: |
|
||||||
|
sudo curl -o /usr/local/bin/swagger -L'#' https://github.com/go-swagger/go-swagger/releases/download/v0.23.0/swagger_linux_amd64
|
||||||
|
sudo chmod +x /usr/local/bin/swagger
|
||||||
|
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue