Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 14, 2024
1 parent ac8644a commit ad84783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

- name: Update system and Install dependencies
run: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm gcc vim
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel vim
- name: Build
run: make
Expand Down

0 comments on commit ad84783

Please sign in to comment.