mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
fix(ci/cd): use sudo to install cargo
This commit is contained in:
parent
d6d84a0550
commit
7f505ed136
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stylua.yml
vendored
2
.github/workflows/stylua.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install cargo
|
- name: Install cargo
|
||||||
run: apt update && apt install -y 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
|
||||||
|
|
Loading…
Reference in a new issue