Skip to content

Commit

Permalink
Fix install action
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed May 18, 2024
1 parent abf2ea4 commit c7f7776
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/install-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: manjarolinux/base:latest
ssh: default=${{ env.SSH_AUTH_SOCK }}
options: -v ${{ github.workspace }}:/root/dotfiles
run: ./install.sh
run: |
yes | pacman -S git && \
git config --global --add safe.directory $HOME/dotfiles && \
cd $HOME/dotfiles && \
./install.sh

0 comments on commit c7f7776

Please sign in to comment.