Skip to content

Commit

Permalink
SPEEEEEEED
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmack1213 committed Aug 4, 2024
1 parent 93238b7 commit e302e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Set up Dependencies
run: sudo apt update && sudo apt --yes install build-essential ffmpeg libglfw3-dev libprotobuf-dev cmake libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev protobuf-compiler
- name: Build
run: mkdir build && cd build && cmake .. && make
run: mkdir build && cd build && cmake .. && make -j

0 comments on commit e302e5e

Please sign in to comment.