Compare commits
No commits in common. "4731ca7d7646ba6910e51f269755a09ee4ecf611" and "17a44f9131a9d54c16fbdb6b47e461257edb3688" have entirely different histories.
4731ca7d76
...
17a44f9131
@ -20,7 +20,8 @@ jobs:
|
|||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
jq
|
jq
|
||||||
python3 -m pip install remarshal
|
- name: Install yaml2json
|
||||||
|
run: python3 -m pip install remarshal
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
name: Fetch Build Matrix
|
name: Fetch Build Matrix
|
||||||
run: |
|
run: |
|
||||||
@ -37,11 +38,6 @@ 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