Merge branch 'main' into feature/solarizedDark

This commit is contained in:
Abdenasser Elidrissi 2025-02-26 17:41:24 +00:00 committed by GitHub
commit ac8747a926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ jobs:
path: |
/var/cache/apt/archives/*.deb
/var/lib/apt/lists/*
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
key: ${{ runner.os }}-apt-${{ hashFiles('**/package.json', '**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-apt-