From 3cff8873ce898f6f3fc630a4b7dfeb283254cde2 Mon Sep 17 00:00:00 2001 From: Hazel Date: Mon, 27 Nov 2023 18:07:25 +0000 Subject: [PATCH] possibly fix submodule issues --- .github/workflows/build-shit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index be8bf6516..8a58596b9 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'recursive' + fetch-depth: 0 token: ${{ secrets.GH_RO_PAT }} - name: check whether submodules exist run: | @@ -50,6 +51,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'recursive' + fetch-depth: 0 token: ${{ secrets.GH_RO_PAT }} - uses: ./.github/actions/setup-haxeshit - name: Build game @@ -73,6 +75,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'recursive' + fetch-depth: 0 token: ${{ secrets.GH_RO_PAT }} - uses: ./.github/actions/setup-haxeshit - name: Make HXCPP cache dir @@ -108,6 +111,7 @@ jobs: # - uses: actions/checkout@v4 # with: # submodules: 'recursive' +# fetch-depth: 0 # token: ${{ secrets.GH_RO_PAT }} # - uses: ./.github/actions/setup-haxeshit # - name: Run unit tests