Skip to content

Commit

Permalink
[workflows] Update Checkout for manjaro
Browse files Browse the repository at this point in the history
  • Loading branch information
talayhan committed Oct 2, 2024
1 parent 3aacaab commit d09162e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d09162e

Please sign in to comment.