Skip to content

Commit

Permalink
[install_manjaro] Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
talayhan committed Oct 3, 2024
1 parent 27bd4b9 commit 874f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pacman -Syu --noconfirm

- name: Install git
run: pacman -S git --noconfirm
run: pacman -S git make --noconfirm

- name: Configure git for submodules
run: git config --global --add safe.directory '*'
Expand Down

0 comments on commit 874f61a

Please sign in to comment.