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