fix: install gcc (#261)

This commit is contained in:
Yue Yang 2024-03-25 14:35:53 +08:00 committed by GitHub
parent ddcd31e68e
commit bc039aa483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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