ci(server): try and force prisma location

This commit is contained in:
Nicholas Tindle
2024-07-16 01:54:35 -05:00
parent 0716b5967f
commit 8c212e565a

View File

@@ -109,6 +109,8 @@ jobs:
- name: Install Prisma Dependencies
run: poetry run prisma py fetch --force
env:
PRISMA_BINARY_CACHE_DIR: "./prisma"
- name: Generate Prisma Client
run: poetry run prisma generate