mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(actions): fix them^2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user