Skip to content

Switch to manjaro from ubuntu #71

Switch to manjaro from ubuntu

Switch to manjaro from ubuntu #71

Workflow file for this run

name: "test-install"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: install
uses: addnab/docker-run-action@v3
with:
image: archlinux:latest
options: |
-v ${{ github.workspace }}:/root/dotfiles -v $SSH_AUTH_SOCK:/ssh-agent -v ~/.ssh/known_hosts:/root/.ssh/known_hosts
run: |
yes | pacman -S git && \
git config --global --add safe.directory $HOME/dotfiles && \
cd $HOME/dotfiles && \
./install.sh