Compare commits
2 Commits
17a44f9131
...
4731ca7d76
Author | SHA1 | Date | |
---|---|---|---|
4731ca7d76 | |||
4600797f52 |
@ -20,8 +20,7 @@ jobs:
|
|||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
jq
|
jq
|
||||||
- name: Install yaml2json
|
python3 -m pip install remarshal
|
||||||
run: python3 -m pip install remarshal
|
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
name: Fetch Build Matrix
|
name: Fetch Build Matrix
|
||||||
run: |
|
run: |
|
||||||
@ -38,6 +37,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
|
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install --yes --no-install-recommends \
|
||||||
|
nodejs
|
||||||
- name: Prepare variables
|
- name: Prepare variables
|
||||||
id: variables
|
id: variables
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user