Split apt-get update and install in separate steps
Yaml isn't really suited to writing shell scripts :-/
This commit is contained in:
parent
ce4a3c1f0a
commit
722a77857f
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@ -8,10 +8,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update packagage cache ...
|
||||||
|
run: sudo apt-get update
|
||||||
- name: Install build dependencies ...
|
- name: Install build dependencies ...
|
||||||
run:
|
run: sudo apt-get -y install tree tshark
|
||||||
- sudo apt-get update
|
|
||||||
- sudo apt-get -y install tree tshark
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Generate and run configure script ...
|
- name: Generate and run configure script ...
|
||||||
run: ./autogen.sh && ./configure
|
run: ./autogen.sh && ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user