From 2b014d74d9da49e51081318f54352f2a5d5ca5c7 Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 12:32:03 +0200 Subject: [PATCH] path --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 974f82a..5448013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,11 @@ jobs: matrix: container: - "ubuntu:22.04" - - "ubuntu:latest" - - "debian:10.13" - - "debian:latest" + # - "ubuntu:latest" + # - "debian:10.13" + # - "debian:latest" + # - "alpine:3.17" + # - "alpine:latest" container: ${{ matrix.container }} steps: - uses: actions/checkout@v3 @@ -42,7 +44,7 @@ jobs: swap-storage: false - name: Build the template - run: cargo build + run: /root/.cargo/bin/cargo build timeout-minutes: 90 - name: Run clippy