fix: remove the caching (#60)

the caching for the vm do not work so i remove it
This commit is contained in:
meo 2025-01-09 16:58:26 +01:00 committed by GitHub
parent 21d718259e
commit 9e5aadff04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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