Testing Actions
This commit is contained in:
parent
5651ca79ba
commit
241782fdab
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb &&
|
wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb &&
|
||||||
apt-get install -y ./hugo_extended_0.148.1_linux-amd64.deb &&
|
apt-get install -y ./hugo_extended_0.148.1_linux-amd64.deb &&
|
||||||
hugo version
|
hugo version &&
|
||||||
|
wget https://go.dev/dl/go1.24.5.linux-amd64.tar.gz &&
|
||||||
|
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.24.5.linux-amd64.tar.gz &&
|
||||||
|
export PATH=$PATH:/usr/local/go/bin &&
|
||||||
|
go version
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue