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

fix(ci/cd): use sudo to install cargo

This commit is contained in:
Jiří Štefka 2024-04-17 17:39:04 +02:00
parent d6d84a0550
commit 7f505ed136
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
uses: baptiste0928/cargo-install@v3