mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
.gitea: show environment in release-ppa.yml
This commit is contained in:
parent
09289fd154
commit
35dd61a3bf
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Show environment
|
||||
run: |
|
||||
env
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue