From 1d669da704539d08e01b26e3ea062417b3f77692 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Tue, 14 Jan 2025 11:31:13 +0000 Subject: [PATCH] Update .gitea/workflows/CI.yaml (#61) Reviewed-on: https://git.kjan.de/jank/origin-shift/pulls/61 --- .gitea/workflows/CI.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index 816130b..ed90b04 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -15,20 +15,10 @@ jobs: username: ${{ gitea.actor }} password: ${{ gitea.token }} steps: - - name: Checkout - uses: https://git.kjan.de/actions/checkout@v4 - - name: ⚡ Cache - uses: https://git.kjan.de/actions/cache@v4 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target/release/deps - target/release/build - target - key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} - - name: Build - run: cargo build --release + - 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 - name: Upload artifacts uses: https://git.kjan.de/actions/upload-artifact@v4 with: