fix: remove the caching

the caching for the vm do not work so i remove it
This commit is contained in:
meo 2025-01-07 15:00:46 +01:00
parent 21d718259e
commit 7a58147963
No known key found for this signature in database
GPG Key ID: 8F1ACB6894C1A305

View File

@ -33,14 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v4
with:
path: ~/.cache
key: ${{ runner.os }}-cache-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-cache-
- name: Test in FreeBSD
id: test