Skip to content

Commit

Permalink
Undo, this is not affected.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntRanch authored Sep 27, 2024
1 parent c0ff3b2 commit 09b08f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
image: archlinux

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Install Packages
run: pacman -Syu git base-devel cmake curl --noconfirm --needed

- name: Get submodules
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
submodules: recursive

Expand Down

0 comments on commit 09b08f4

Please sign in to comment.