1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 20:37:50 +01:00

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
This commit is contained in:
Jiří Štefka 2024-04-17 17:25:15 +02:00
parent a388333151
commit d6d84a0550
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -4,6 +4,9 @@ jobs:
StyLuacheck: StyLuacheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install cargo
run: apt update && apt install -y cargo
- name: Install StyLua from crates.io - name: Install StyLua from crates.io
uses: baptiste0928/cargo-install@v3 uses: baptiste0928/cargo-install@v3
with: with: