Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 9, 2023
1 parent 54f86bb commit 0cfba25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- run: |
sudo apt -q update
sudo apt -y install python3
sudo apt -y install python3-pip
sudo apt-get -y install python3
sudo apt-get -y install python3-pip
pip3 install httpbin
pip3 install gunicorn
gunicorn -b 127.0.0.1:8000 -b unix:httpbin.sock httpbin:app&
Expand Down

0 comments on commit 0cfba25

Please sign in to comment.