1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

forgotten sudo in github actions

This commit is contained in:
Louis
2020-11-23 18:31:34 -08:00
committed by GitHub
parent 30b427d895
commit 35eba8c4b3

View File

@ -40,7 +40,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y rpm ruby ruby-dev
gem install fpm
sudo gem install fpm
- name: Package
run: make package-deb-gortr package-rpm-gortr