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)
* 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:
parent
442e322537
commit
655aa1d9c7
3
.github/workflows/stylua.yml
vendored
3
.github/workflows/stylua.yml
vendored
@ -4,6 +4,9 @@ jobs:
|
||||
StyLuacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install cargo
|
||||
run: sudo apt update && sudo apt install -y cargo
|
||||
|
||||
- name: Install StyLua from crates.io
|
||||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user