Fixed reordering tabs when having essentials

This commit is contained in:
mr. m
2025-02-25 09:07:22 +01:00
parent 59e8c120e2
commit b39961e43e
4 changed files with 5 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@main
- name: Setup Git
run: |
@@ -147,7 +147,3 @@ jobs:
retention-days: 5
name: linux_update_manifest_${{ matrix.arch }}
path: ./dist/update
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats

View File

@@ -42,7 +42,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@main
- name: Setup Python
uses: actions/setup-python@v5
@@ -163,7 +163,3 @@ jobs:
retention-days: 1
name: platform.ini
path: ./platform.ini
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats

View File

@@ -56,7 +56,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.7
uses: mozilla-actions/sccache-action@main
- name: Setup Git
run: |
@@ -313,6 +313,3 @@ jobs:
name: windows_update_manifest_${{ matrix.arch == 'aarch64' && 'arm64' || matrix.arch }}
path: ./dist/update
- name: Run sccache stat for check
shell: bash
run: ${SCCACHE_PATH} --show-stats