This commit is contained in:
@@ -13,6 +13,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git .
|
git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git .
|
||||||
|
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
uname -m
|
||||||
|
uname -a
|
||||||
|
cat /etc/os-release
|
||||||
|
ldd --version 2>&1 || echo "pas de ldd"
|
||||||
|
wget -q https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_extended_0.147.2_linux-amd64.tar.gz
|
||||||
|
tar -xzf hugo_extended_0.147.2_linux-amd64.tar.gz hugo
|
||||||
|
ldd hugo || echo "pas de ldd sur hugo"
|
||||||
|
file hugo || echo "pas de file"
|
||||||
|
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run: |
|
run: |
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
|
|||||||
Reference in New Issue
Block a user