Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
al-ro authored Dec 23, 2023
1 parent a806121 commit 0caf0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: configure
run: sudo apt intall -y libglm-dev
run: sudo apt install -y libglm-dev
- name: make
run: make all

0 comments on commit 0caf0ea

Please sign in to comment.