Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekintian authored May 3, 2023
1 parent 08a5dd8 commit 8b9bcb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: make
run: |
apt-get install -y g++ gcc libc-dev make
sudo apt-get install -y g++ gcc libc-dev make
make
make install

0 comments on commit 8b9bcb0

Please sign in to comment.