Skip to content

Commit

Permalink
fix: install gcc (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung authored Mar 25, 2024
1 parent ddcd31e commit bc039aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc039aa

Please sign in to comment.