Skip to content

Commit

Permalink
disable sfml test on osx (nim-lang#24615)
Browse files Browse the repository at this point in the history
Tried installing sfml 2 in nim-lang#24614 but didn't work
  • Loading branch information
metagn authored Jan 13, 2025
1 parent 41c447b commit d83ff81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/niminaction/Chapter8/sfml/sfml_test.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
discard """
action: compile
disabled: "windows"
disabled: osx
"""

import sfml, os
Expand Down

0 comments on commit d83ff81

Please sign in to comment.