From ec992d12ff07db58a6417671a23065ad774c96e1 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Wed, 29 Mar 2023 00:00:42 +0100 Subject: Bump compile check version to v3 (#603) Adds initscript support --- .github/workflows/compile-check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/workflows/compile-check.yml') diff --git a/.github/workflows/compile-check.yml b/.github/workflows/compile-check.yml index b62c8313d..cb7ab1d08 100644 --- a/.github/workflows/compile-check.yml +++ b/.github/workflows/compile-check.yml @@ -13,17 +13,18 @@ jobs: path: "mods" - name: Compile Scripts - uses: ASpoonPlaysGames/squirrel-re-compiler@v2 + uses: ASpoonPlaysGames/squirrel-re-compiler@v3 with: mods-directory: "${{ github.workspace }}/mods" native-json: "${{ github.workspace }}/mods/.github/nativefuncs.json" + # It's important that scripts compile when Northstar.Custom isn't enabled/installed, so run again without it - name: Remove Northstar.Custom run: rmdir ${{ github.workspace }}\mods\Northstar.Custom /s /q shell: cmd - name: Compile Scripts (No Northstar.Custom) - uses: ASpoonPlaysGames/squirrel-re-compiler@v2 + uses: ASpoonPlaysGames/squirrel-re-compiler@v3 with: mods-directory: "${{ github.workspace }}/mods" native-json: "${{ github.workspace }}/mods/.github/nativefuncs.json" -- cgit v1.2.3