mirror of https://github.com/chaos-mesh/chaosd.git
fix: install gcc (#261)
This commit is contained in:
parent
ddcd31e68e
commit
bc039aa483
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Prepare tools
|
||||
run: |
|
||||
dnf install -y make python3
|
||||
dnf install -y make gcc python3
|
||||
|
||||
- name: Build binary and related tools
|
||||
run: make build
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Prepare tools
|
||||
run: |
|
||||
dnf install -y make python3
|
||||
dnf install -y make gcc python3
|
||||
|
||||
- name: Build binary and related tools
|
||||
run: make build
|
||||
|
|
|
|||
Loading…
Reference in New Issue