Default yes in apt install
Former-commit-id: e0a8709c09796b4e9a32166205ebdd487b52290a
This commit is contained in:
parent
2909b19cdb
commit
3395d984eb
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -9,11 +9,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make -j2
|
make -j2
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5
|
sudo apt-get -y install tcl8.5
|
||||||
./runtest --clients 2 --verbose
|
./runtest --clients 2 --verbose
|
||||||
|
|
||||||
test-ubuntu-arm:
|
test-ubuntu-arm:
|
||||||
@ -22,11 +22,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make -j4
|
make -j4
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5
|
sudo apt-get -y install tcl8.5
|
||||||
./runtest --clients 2 --verbose
|
./runtest --clients 2 --verbose
|
||||||
|
|
||||||
build-ubuntu-old:
|
build-ubuntu-old:
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make -j2
|
- name: make -j2
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make
|
make
|
||||||
|
|
||||||
build-macos-latest:
|
build-macos-latest:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user