no sudo
This commit is contained in:
parent
f2f74a413e
commit
c0871d130f
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ jobs:
|
||||||
- image: base/archlinux
|
- image: base/archlinux
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- run: sudo pacman -S git
|
- run: pacman -S git
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
|
Loading…
Reference in a new issue