We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9cd28 commit 3fe654bCopy full SHA for 3fe654b
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
export PATH=/opt/ghc/$GHCVER/bin:$PATH
19
fi
20
- wget http://libsdl.org/release/SDL2-2.0.4.tar.gz -O - | tar xz
21
- - cd SDL2-2.0.3 && ./configure && make -j && sudo make install && cd ..
+ - cd SDL2-2.0.4 && ./configure && make -j && sudo make install && cd ..
22
- cabal install --only-d
23
24
script:
0 commit comments