mirror of
https://github.com/clearml/dropbear
synced 2025-02-11 23:23:30 +00:00
Use sudo for the real github action job
(Wasn't required by act's runner)
This commit is contained in:
parent
6138bdc62f
commit
30adc15860
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -72,8 +72,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: deps
|
- name: deps
|
||||||
run: |
|
run: |
|
||||||
apt-get -y update
|
sudo apt-get -y update
|
||||||
apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC
|
sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user