Skip to content

Commit bdaa1fe

Browse files
committed
remove duplicate git dependency
1 parent 5332667 commit bdaa1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Install dependencies
1616
run: |
17-
pacman -Syu --noconfirm --needed git capstone curl ffmpeg freetype2 glfw libuv sdl2 zlib git make pkg-config sudo base-devel pacman-contrib
17+
pacman -Syu --noconfirm --needed capstone curl ffmpeg freetype2 glfw libuv sdl2 zlib git make pkg-config sudo base-devel pacman-contrib
1818
- uses: actions/checkout@v3
1919
with:
2020
set-safe-directory: true

0 commit comments

Comments
 (0)