Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LainLayer authored Oct 21, 2023
1 parent 92ef569 commit 4666faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: setup needed tools
run: |
apt-get update
apt-get install -y make gcc clang
sudo apt-get update
sudo apt-get install -y make gcc clang
- name: make
run: make

1 comment on commit 4666faf

@LainLayer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh whatever this sucks

Please sign in to comment.