diff options
author | liushuyu <liushuyu011@gmail.com> | 2018-08-07 16:54:57 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2019-04-15 22:22:09 +0200 |
commit | a9f58593d4ac951bf15993bd280d6b2d78b3fdee (patch) | |
tree | a9635dad69c99b3d0afa5572d836fdaa8076b83c /.travis/linux-mingw/deps.sh | |
parent | Merge pull request #2378 from lioncash/ro (diff) | |
download | yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.gz yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.bz2 yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.lz yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.xz yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.zst yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.zip |
Diffstat (limited to '.travis/linux-mingw/deps.sh')
-rwxr-xr-x | .travis/linux-mingw/deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/linux-mingw/deps.sh b/.travis/linux-mingw/deps.sh index 540bb934a..55b5d6006 100755 --- a/.travis/linux-mingw/deps.sh +++ b/.travis/linux-mingw/deps.sh @@ -1,3 +1,3 @@ #!/bin/sh -ex -docker pull ubuntu:18.04 +docker pull yuzuemu/build-environments:linux-mingw |