Skip to content

Commit dfcaa87

Browse files
committed
Added missing dependencies on o2r
1 parent a327d6f commit dfcaa87

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
16+
- name: Update machine
17+
run: sudo apt update
1618
- name: Install dependencies
17-
run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release
19+
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 libogg-dev libvorbis-dev
1820
- name: ccache
1921
uses: hendrikmuhs/ccache-action@v1.2.13
2022
with:

0 commit comments

Comments
 (0)