Download and install swagger

This commit is contained in:
Marc Di Luzio 2020-06-12 17:27:29 +01:00
parent 30f8d666c3
commit b121b4463e

View file

@ -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