From d6d84a0550c0c9f825ec7786ad2203400dcea522 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Wed, 17 Apr 2024 17:25:15 +0200 Subject: [PATCH] feat(ci/cd): Make workflows compatible with medium act images for reference: https://nektosact.com/usage/runners.html [#69] Make workflow compatible with medium act images https://openproject.stefka.eu/work_packages/69 --- .github/workflows/stylua.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index fac1a50..42a7d9d 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -4,6 +4,9 @@ jobs: StyLuacheck: runs-on: ubuntu-latest steps: + - name: Install cargo + run: apt update && apt install -y cargo + - name: Install StyLua from crates.io uses: baptiste0928/cargo-install@v3 with: