mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-04 04:19:22 +01:00
fix Ubuntu.yml
This commit is contained in:
parent
9a1aa9ae9d
commit
2ff8bc134d
2
.github/workflows/Ubuntu.yml
vendored
2
.github/workflows/Ubuntu.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
apt-get install -y build-essential automake libtool libevent-dev libncurses5-dev libmsgpack-dev libssh-dev pkg-config
|
sudo apt-get install -y build-essential automake libtool libevent-dev libncurses5-dev libmsgpack-dev libssh-dev pkg-config
|
||||||
autoupdate
|
autoupdate
|
||||||
ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh
|
ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user