diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 128f8b7..853af68 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -8,6 +8,7 @@ dependencies: steps: - name: Install dependencies command: | + mise trust mise install - name: Build images command: | diff --git a/.tangled/workflows/publish.yml b/.tangled/workflows/publish.yml index c78e0c7..c1fda37 100644 --- a/.tangled/workflows/publish.yml +++ b/.tangled/workflows/publish.yml @@ -8,6 +8,7 @@ dependencies: steps: - name: Install dependencies command: | + mise trust mise install - name: Build and push images command: |