From d09162e20b474464b6e2ef19506732f216715336 Mon Sep 17 00:00:00 2001 From: talayhan Date: Wed, 2 Oct 2024 15:49:27 -0700 Subject: [PATCH] [workflows] Update Checkout for manjaro --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6074bf4..376ef74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,11 @@ jobs: container: image: manjarolinux/base:latest steps: + - name: Install git + run: pacman -S git + - name: Checkout uses: actions/checkout@v4 - with: - token: ${{ secrets.MY_VERY_SECRET_REPO_PAT }} - submodules: recursive - name: Install Manjaro Configs run: ./install -c install_manjaro.conf.yaml