Update .gitea/workflows/CI.yaml
All checks were successful
builder / build (push) Successful in 1m41s

This commit is contained in:
Jan Gleytenhoover 2025-01-14 11:35:21 +00:00
parent 236def563d
commit e210eae2e7

View File

@ -13,7 +13,7 @@ jobs:
- run: apt update && apt install cmake xorg-dev libglu1-mesa-dev clang -y
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo build --release
- name: Upload artifacts
uses: https://git.kjan.de/actions/upload-artifact@v4
with: