diff options
Diffstat (limited to '.github/workflows/ci_build_major_branch_keymap.yml')
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 10709172df..3b2db843a9 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml | |||
| @@ -27,11 +27,6 @@ jobs: | |||
| 27 | targets: ${{ steps.generate_targets.outputs.targets }} | 27 | targets: ${{ steps.generate_targets.outputs.targets }} |
| 28 | 28 | ||
| 29 | steps: | 29 | steps: |
| 30 | - name: Install prerequisites | ||
| 31 | run: | | ||
| 32 | apt-get update | ||
| 33 | apt-get install -y jq | ||
| 34 | |||
| 35 | - name: Disable safe.directory check | 30 | - name: Disable safe.directory check |
| 36 | run: | | 31 | run: | |
| 37 | git config --global --add safe.directory '*' | 32 | git config --global --add safe.directory '*' |
| @@ -39,6 +34,9 @@ jobs: | |||
| 39 | - name: Checkout QMK Firmware | 34 | - name: Checkout QMK Firmware |
| 40 | uses: actions/checkout@v6 | 35 | uses: actions/checkout@v6 |
| 41 | 36 | ||
| 37 | - name: Install dependencies | ||
| 38 | run: pip3 install -r requirements-dev.txt | ||
| 39 | |||
| 42 | - name: Generate build targets | 40 | - name: Generate build targets |
| 43 | id: generate_targets | 41 | id: generate_targets |
| 44 | run: | | 42 | run: | |
| @@ -79,11 +77,6 @@ jobs: | |||
| 79 | target: ${{ fromJson(needs.generate_targets.outputs.targets) }} | 77 | target: ${{ fromJson(needs.generate_targets.outputs.targets) }} |
| 80 | 78 | ||
| 81 | steps: | 79 | steps: |
| 82 | - name: Install prerequisites | ||
| 83 | run: | | ||
| 84 | apt-get update | ||
| 85 | apt-get install -y jq | ||
| 86 | |||
| 87 | - name: Disable safe.directory check | 80 | - name: Disable safe.directory check |
| 88 | run: | | 81 | run: | |
| 89 | git config --global --add safe.directory '*' | 82 | git config --global --add safe.directory '*' |
| @@ -91,6 +84,9 @@ jobs: | |||
| 91 | - name: Checkout QMK Firmware | 84 | - name: Checkout QMK Firmware |
| 92 | uses: actions/checkout@v6 | 85 | uses: actions/checkout@v6 |
| 93 | 86 | ||
| 87 | - name: Install dependencies | ||
| 88 | run: pip3 install -r requirements-dev.txt | ||
| 89 | |||
| 94 | - name: Get target definitions | 90 | - name: Get target definitions |
| 95 | uses: actions/download-artifact@v7 | 91 | uses: actions/download-artifact@v7 |
| 96 | with: | 92 | with: |
