Skip to content

Commit

Permalink
chore: add unzip and tar to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 85a3cf0 commit 38d1833
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 @@ -31,7 +31,7 @@ jobs:
- name: Build LLHL AGMOD serverfile .so
run: |
yum install -y make wget gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
yum install -y make wget unzip tar gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
mkdir ag-llhl-linux && cd llhl-agmod
Expand Down

0 comments on commit 38d1833

Please sign in to comment.