Skip to content

Commit

Permalink
Temporarily lock SFML revision used in CI
Browse files Browse the repository at this point in the history
The SFML 3 API is changing faster than I care to update in CSFML.
For now let's lock CSFML to a particular revision of SFML until
the SFML 3 API changes slow down and we can go back to tracking
the master branch.
  • Loading branch information
ChrisThrasher committed May 31, 2024
1 parent d4cba25 commit 36a6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: SFML/SFML
ref: master
ref: c89c32d7baa15927a39a161a4ead867c11d5ea21
path: SFML

- name: Configure SFML CMake
Expand Down

0 comments on commit 36a6e7c

Please sign in to comment.