From 8f86843455678bb9c18a9adfba893d805b84d750 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 28 Oct 2017 16:25:32 +0200 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 689c54f..775f7df 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,7 +20,7 @@ install: - go env before_build: - - bash -lc "pacman --noconfirm --needed -Sy mingw-w64-i686-openal mingw-w64-i686-gcc" + - bash -lc "pacman --noconfirm --needed -Sy mingw-w64-i686-openal" build_script: - bash -lc "cd /c/gopath/src/github.com/gen2brain/raylib-go && make"