From 10b15316f12eaa47452f3f05a68b30da28e840d9 Mon Sep 17 00:00:00 2001 From: Apache Date: Mon, 15 Jul 2024 02:35:26 -0500 Subject: [PATCH] Workflow test 3 --- .forgejo/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/rust.yaml b/.forgejo/workflows/rust.yaml index 65a9d43..f51d486 100644 --- a/.forgejo/workflows/rust.yaml +++ b/.forgejo/workflows/rust.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup - run: DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade && DEBIAN_FRONTEND=noninteractive apt-get -yq install cargo + run: DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && DEBIAN_FRONTEND=noninteractive apt-get -yq install cargo - name: Build run: cargo build --verbose - name: Run tests