Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygmei authored Apr 24, 2021
1 parent a0b9bea commit 308f2ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: sudo apt-get install -y cmake
- name: Install G++ and build-essential
run: sudo apt-get install -y build-essential g++
- name: Compile and install SFML
run: cd SFML; cmake .; make -j8; sudo make install
- name: Compile TiledIntegration
run: cd build; cmake ..; make -j8

Expand Down

0 comments on commit 308f2ed

Please sign in to comment.