From 56b304c642feed080040739f1765bb9e8193c83e Mon Sep 17 00:00:00 2001 From: EmilProgramer <120837367+EmilProgramer@users.noreply.github.com> Date: Sat, 20 Dec 2025 18:01:24 +0100 Subject: [PATCH] Add Go setup, packwiz installation, rehash and mod update to workflow --- .github/workflows/static.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f2c9e97..fd6335d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Install go + uses: actions/setup-go@v5.6.0 + - name: Install packwiz + run: go install github.com/packwiz/packwiz@latest\ + - name: Rehash + - run: packwiz rehash sha512 + - name: Update mods + run: packwiz update - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact