From e28c498dd8e6dccb05ad073d0bd9494bed771db7 Mon Sep 17 00:00:00 2001 From: Hazel Date: Mon, 27 Nov 2023 18:06:29 +0000 Subject: [PATCH 1/3] huh --- assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets b/assets index 2dd4ab0eb..4ed2b3084 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 2dd4ab0eb9979422c1c4cb849ebe899b7bf1758a +Subproject commit 4ed2b3084d54899e10d10a97eaafe210158768be From 3cff8873ce898f6f3fc630a4b7dfeb283254cde2 Mon Sep 17 00:00:00 2001 From: Hazel Date: Mon, 27 Nov 2023 18:07:25 +0000 Subject: [PATCH 2/3] 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 From 8c5c7060132fbb35de5b0c349d967ca3bb076a4b Mon Sep 17 00:00:00 2001 From: Hazel Date: Mon, 27 Nov 2023 18:20:03 +0000 Subject: [PATCH 3/3] update submod --- assets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets b/assets index 4ed2b3084..2dd4ab0eb 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 4ed2b3084d54899e10d10a97eaafe210158768be +Subproject commit 2dd4ab0eb9979422c1c4cb849ebe899b7bf1758a