Skip to content

Commit

Permalink
Added more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Dec 9, 2024
1 parent 87c1e39 commit a4aa3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
- name: Install dependencies
run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release
run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.13
with:
Expand Down

0 comments on commit a4aa3ad

Please sign in to comment.