Skip to content

Commit

Permalink
Removed old instructions that used to manipulate SFML version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Apr 20, 2024
1 parent a03538d commit 62bb888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ jobs:
if: steps.cache-sfml.outputs.cache-hit != 'true'
run: |
git clone --depth 1 $SFML_GITHUB_URL SFML
sed -i 's/#define SFML_VERSION_MINOR 5/#define SFML_VERSION_MINOR 6/' SFML/include/SFML/Config.hpp
sed -i 's/#define SFML_VERSION_PATCH 1/#define SFML_VERSION_PATCH 0/' SFML/include/SFML/Config.hpp
cmake -GNinja -DCMAKE_INSTALL_PREFIX=SFML_INSTALL -DBUILD_SHARED_LIBS=ON -DSFML_BUILD_AUDIO=OFF -DSFML_BUILD_NETWORK=OFF -S SFML -B SFML-build
cmake --build SFML-build --config Debug --target install
Expand Down

0 comments on commit 62bb888

Please sign in to comment.