From 3003ff9779aca192d8d4a2f8f3624430554346e1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 18 Feb 2023 01:03:35 +0100 Subject: [PATCH] with description --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 771a4f2..fe65392 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,5 +9,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: rustup update stable && rustup default stable - - run: cargo run -p ci -- pr + - name: Update rust toolchain + run: rustup update stable && rustup default stable + - name: Run dagger [CI] + run: cargo run -p ci -- pr