diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6593af1..01c2184 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,7 @@ jobs: - 2.4.1 # specified version cache: [true, false] gcc: [true, false] + root-win-path: [true, false] steps: - uses: actions/checkout@v4 @@ -36,6 +37,7 @@ jobs: version: ${{ matrix.version }} cache: ${{ matrix.cache }} gcc: ${{ matrix.gcc }} + root-win-path: ${{ matrix.root-win-path }} - name: outputs run: |