Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1cf2fed..5b2a8ca 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -47,6 +47,11 @@
         shell: bash
         run: echo "${{ github.workspace }}/build" >> "$GITHUB_PATH"
 
+      - name: Install Dependencies
+        run: |
+          choco install make
+          choco install ninja
+
       - name: Unit tests
         shell: cmd
         working-directory: tests\unit_tests
@@ -63,6 +68,11 @@
         shell: bash
         run: echo "${{ github.workspace }}/build" >> "$GITHUB_PATH"
 
+      - name: Install Dependencies
+        run: |
+          choco install make
+          choco install ninja
+
       - name: Unit tests (clang-cl)
         shell: cmd
         working-directory: tests\unit_tests