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
|
||||
|
||||
steps:
|
||||
- name: Update packagage cache ...
|
||||
run: sudo apt-get update
|
||||
- name: Install build dependencies ...
|
||||
run:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install tree tshark
|
||||
run: sudo apt-get -y install tree tshark
|
||||
- uses: actions/checkout@v1
|
||||
- name: Generate and run configure script ...
|
||||
run: ./autogen.sh && ./configure
|
||||
|
Loading…
Reference in New Issue
Block a user