Compare commits

..

No commits in common. "4731ca7d7646ba6910e51f269755a09ee4ecf611" and "17a44f9131a9d54c16fbdb6b47e461257edb3688" have entirely different histories.

View File

@ -20,7 +20,8 @@ jobs:
python3 \
python3-pip \
jq
python3 -m pip install remarshal
- name: Install yaml2json
run: python3 -m pip install remarshal
- id: set-matrix
name: Fetch Build Matrix
run: |
@ -37,11 +38,6 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install --yes --no-install-recommends \
nodejs
- name: Prepare variables
id: variables
run: |