Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
이경준 authored Mar 5, 2024
1 parent 6ff6a8e commit f6de24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: check for compilation errors
run: |
sudo apt update
sudo apt install build-essentials -y
sudo apt install build-essential -y
for f in $(find . -name \*.c); do gcc -Wall -Wextra -Werror -fsyntax-only $f; done
- name: check for 42 norminette requirements
Expand Down

0 comments on commit f6de24d

Please sign in to comment.