From 9139d76cb1cf462820b2ddfa80d9a8d55bb30996 Mon Sep 17 00:00:00 2001 From: FxQnLr <39925636+FxQnLr@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:55:54 +0100 Subject: FIX pull_request.yml --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 732e9e9..7196d4e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -2,13 +2,13 @@ name: check on: [ pull_request, workflow_dispatch ] -nv: +env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" SQLX_OFFLINE: "true" CARGO_TERM_COLOR: always -obs: +jobs: check: runs-on: ubuntu-latest steps: -- cgit v1.2.3