mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
ci: build: use ubuntu-20.04
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ name: build
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- run: sudo apt install -y libev-dev libssl-dev
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user