Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
try nr6!
  • Loading branch information
Crylia authored Mar 20, 2024
1 parent 1102ad7 commit 57115e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Install SDL2
uses: libsdl-org/setup-sdl@v1

- name: Install FFmpeg
uses: AnimMouse/setup-ffmpeg@v1

Expand All @@ -34,11 +35,12 @@ jobs:
- name: Configure project
run: |
cd build
cmake .
sudo cmake .
- name: Build project
run: |
make install
cd build
sudo make install
- name: Run tests
run: |
Expand Down

0 comments on commit 57115e9

Please sign in to comment.