mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
.gitea: find gcc
This commit is contained in:
parent
063033834b
commit
f0479f3158
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ jobs:
|
|||
# Note: gcc.exe only works properly if the corresponding bin/ directory is
|
||||
# contained in PATH.
|
||||
|
||||
- name: "Find gcc"
|
||||
shell: cmd
|
||||
run: |
|
||||
where gcc
|
||||
|
||||
- name: "Build (amd64)"
|
||||
shell: cmd
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue