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
|
||||
run: |
|
||||
apt update
|
||||
apt install -y gcc gcc-multilib g++ g++-multilib python3 python3-pip
|
||||
pip3 python3-setuptools python3-wheel ninja-build
|
||||
apt install -y gcc gcc-multilib g++ g++-multilib \
|
||||
python3 python3-pip python3-setuptools python3-wheel ninja-build
|
||||
pip3 install --user meson
|
||||
|
||||
- name: Build
|
||||
|
@ -24,6 +24,6 @@ jobs:
|
|||
- name: Upload binaries
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: binaries_${{github.sha}}
|
||||
name: binaries_${{github.sha}}.zip
|
||||
path: ${{ github.workspace }}/hl2sdk-starter/bin/*.so
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue