Update actions
Some checks failed
Build project / build (push) Failing after 54s

This commit is contained in:
Lauri Räsänen 2025-01-13 23:02:32 +02:00
parent f250cd8366
commit 67d19c6186

View file

@ -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