Skip to content

Commit

Permalink
chore: checkout actual branch
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 5685349 commit 64e7e21
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
- name: Install Node.js (v12)
run: |
curl -sL https://rpm.nodesource.com/setup_12.x | bash -
yum install -y nodejs
- name: Install git
run: |
yum install -y git
Expand All @@ -29,6 +24,16 @@ jobs:
run: |
git clone https://github.com/7mochi/llhl-agmod
- name: Checkout LLHL repository
run: |
git clone https://github.com/7mochi/llhl
git checkout ${{github.ref}}
- name: Install Node.js (v12)
run: |
curl -sL https://rpm.nodesource.com/setup_12.x | bash -
yum install -y nodejs
- name: Build LLHL AGMOD serverfile .so
run: |
yum install -y make wget unzip tar gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
Expand All @@ -40,10 +45,6 @@ jobs:
cd $GITHUB_WORKSPACE
cp -i llhl-agmod/dlls/ag_i386.so ag-llhl-linux/ag.so
cp -i llhl-agmod/network/delta.lst ag-llhl-linux
- name: Checkout LLHL repository
run: |
git clone https://github.com/7mochi/llhl
- name: Install NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 64e7e21

Please sign in to comment.