mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 14:38:05 +01:00
Vagrantfile: Remove system mingw-w64 after installing ours
Just to ensure we don't use the wrong one.
This commit is contained in:
parent
354428c2c5
commit
2ba034409c
2 changed files with 5 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -94,6 +94,9 @@ Vagrant.configure(2) do |config|
|
|||
|
||||
# the script below will set up the steam-runtime docker containers
|
||||
sudo -u vagrant /home/vagrant/proton/vagrant-user-setup.sh
|
||||
|
||||
#ensure we use only the mingw-w64 that we built
|
||||
apt-get remove -y '*mingw-w64*'
|
||||
SHELL
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue