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

Task/69 make workflow compatible with medium act images (#46)
Some checks failed
Luacheck / Luacheck (push) Failing after 22s
StyLua / StyLuacheck (push) Successful in 1m36s

* 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

* fix(ci/cd): use sudo to install cargo
This commit is contained in:
Jiří Štefka 2024-04-17 17:40:49 +02:00 committed by GitHub
parent 442e322537
commit 655aa1d9c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,9 @@ jobs:
StyLuacheck: StyLuacheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install cargo
run: sudo apt update && sudo 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: