diff --git a/.github/workflows/release_latest.yml b/.github/workflows/release_latest.yml index 104e9cd4..44607e86 100644 --- a/.github/workflows/release_latest.yml +++ b/.github/workflows/release_latest.yml @@ -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 diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 54ac64f2..9bd82a8a 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -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