From db3debd7b1cdd7f076e107eb5ab82487d27c8a08 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sun, 17 Dec 2023 15:34:34 -0600 Subject: [PATCH] try get content --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d06a21..6fbb6d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,6 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - run: type install.ps1 | iex + - run: Get-Content ./install.ps1 | iex - run: typst --version - run: typst compile test.typ