chore(actions): fix them^2

This commit is contained in:
omo50
2026-03-04 18:26:16 -06:00
parent 5f314f4d4e
commit 19219d408c

View File

@@ -33,14 +33,12 @@ jobs:
fetch-depth: 1
- name: Set up Go
if: ${{ !fileExists('~/go/bin/packwiz') }}
uses: actions/setup-go@v3
with:
go-version: 'stable'
cache: false
- name: Install Packwiz
if: ${{ !fileExists('~/go/bin/packwiz') }}
run: go install github.com/packwiz/packwiz@latest
- name: Add Packwiz to PATH