mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-14 02:22:00 +00:00
chore(actions): attempt to fix builds
This commit is contained in:
@@ -32,21 +32,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Cache Packwiz Binary
|
||||
uses: actions/cache@v3
|
||||
id: cache-packwiz
|
||||
with:
|
||||
path: ~/go/bin/packwiz
|
||||
key: packwiz-binary-${{ runner.os }}-v2
|
||||
|
||||
- name: Set up Go
|
||||
if: steps.cache-packwiz.outputs.cache-hit != 'true'
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 'stable'
|
||||
cache: false
|
||||
|
||||
- name: Install Packwiz
|
||||
if: steps.cache-packwiz.outputs.cache-hit != 'true'
|
||||
run: go install github.com/packwiz/packwiz@latest
|
||||
|
||||
- name: Add Packwiz to PATH
|
||||
|
||||
Reference in New Issue
Block a user