mirror of https://github.com/aria2/aria2
Update build.yml
parent
935d0bda2d
commit
70da6d3c2c
|
@ -6,7 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [debian-11, macos-11]
|
os: [ubuntu-22.04, macos-11]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
@ -31,8 +31,8 @@ jobs:
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
libssh2-1-dev \
|
libssh2-1-dev \
|
||||||
libcppunit-dev \
|
libcppunit-dev \
|
||||||
python \
|
python3 \
|
||||||
python-docutils
|
python3-docutils
|
||||||
- name: MacOS setup
|
- name: MacOS setup
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue