mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Move patch ci to ubuntu
This commit is contained in:
parent
a70ad9c480
commit
bb604bdf1d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
make
|
||||
make clean
|
||||
clang-tidy src/* -- -I/usr/include
|
||||
macOS-patches:
|
||||
runs-on: macOS-latest
|
||||
ubuntu-patches:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Compile patches with gcc
|
||||
|
|
Loading…
Reference in a new issue