This commit is contained in:
parent
f250cd8366
commit
67d19c6186
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y gcc gcc-multilib g++ g++-multilib python3 python3-pip
|
apt install -y gcc gcc-multilib g++ g++-multilib \
|
||||||
pip3 python3-setuptools python3-wheel ninja-build
|
python3 python3-pip python3-setuptools python3-wheel ninja-build
|
||||||
pip3 install --user meson
|
pip3 install --user meson
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -24,6 +24,6 @@ jobs:
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries_${{github.sha}}
|
name: binaries_${{github.sha}}.zip
|
||||||
path: ${{ github.workspace }}/hl2sdk-starter/bin/*.so
|
path: ${{ github.workspace }}/hl2sdk-starter/bin/*.so
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue