Actualizar '.github/workflows/main.yml'
hello-world / my-job (push) Successful in 7s Details
CI / docker_demo (push) Failing after 1m46s Details

main
rober 9 months ago
parent d2a7ba716f
commit 8b09d1e7d0

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git rsync go - run: apt update && apt install -y openssh-client git rsync golang-go
- name: Setup Hugo - name: Setup Hugo
env: env:
HUGO_VERSION: 0.105.0 HUGO_VERSION: 0.105.0

Loading…
Cancel
Save