Install deps for daily workflow
Former-commit-id: 9b98c9edd3e8c9316514b7f9e0efc7a9f8d17851
This commit is contained in:
parent
7630b63f06
commit
6b93792f8f
12
.github/workflows/daily.yml
vendored
12
.github/workflows/daily.yml
vendored
@ -11,7 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: |
|
||||||
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
|
make
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5
|
sudo apt-get install tcl8.5
|
||||||
@ -25,7 +27,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: make MALLOC=libc
|
run: |
|
||||||
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
|
make MALLOC=libc
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5
|
sudo apt-get install tcl8.5
|
||||||
@ -39,7 +43,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: make valgrind
|
run: |
|
||||||
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
|
make valgrind
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install tcl8.5 valgrind -y
|
sudo apt-get install tcl8.5 valgrind -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user