parent
a2e9b0a13c
commit
1c4c6f7d1b
2 changed files with 3 additions and 10 deletions
|
@ -16,15 +16,8 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0 # all history for all branches and tags\
|
fetch-depth: 0 # all history for all branches and tags\
|
||||||
|
|
||||||
- uses: https://forge.melm.xyz/melmco/cache@v3
|
|
||||||
id: cache
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cache/go-build
|
|
||||||
~/go
|
|
||||||
key: ${{ runner.os }}-go-
|
|
||||||
|
|
||||||
- uses: actions/setup-go@v4
|
- uses: https://forge.melm.xyz/melmco/setup-go
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.21.0'
|
go-version: '>=1.21.0'
|
||||||
|
|
||||||
|
@ -33,7 +26,7 @@ jobs:
|
||||||
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.deb
|
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.deb
|
||||||
dpkg -i hugo.deb
|
dpkg -i hugo.deb
|
||||||
|
|
||||||
- uses: https://forge.melm.xyz/melmco/cache@v3
|
- uses: https://forge.melm.xyz/melmco/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
|
@ -54,4 +54,4 @@ ___
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### **{{< encode-link "https" "matrix.to/#/@melm:melm.xyz" "#Contact melm on Matrix" >}}**
|
{{< encode-link "https" "matrix.to/#/@melm:melm.xyz" "message me on matrix" >}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue