From a72e99b7a6bbeef3300da70e210f0f306dc19688 Mon Sep 17 00:00:00 2001 From: Michal S Date: Mon, 5 Sep 2022 17:47:00 +0100 Subject: [PATCH] Syntax fix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 401f1d2..0ec4de0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: steps: - uses: actions/checkout@v1 - run: | - sudo pacman -Syu --needed --noconfirm - sudo pacman -S --noconfirm rust + sudo pacman -Syu --needed --noconfirm + sudo pacman -S --noconfirm rust - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file