Skip to content

Commit

Permalink
chore: add zip to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent ad2f3c7 commit 4e0c970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Installing required packages
run: |
yum install -y git make wget tar gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
yum install -y git make wget tar zip gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
- name: Install NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4e0c970

Please sign in to comment.