1
0
Fork 0

ci: Check out virtme-ng tag instead of branch

The upstream branch is gone, so use the corresponding tag instead.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3081>
This commit is contained in:
Florian Müllner 2023-06-19 21:10:21 +02:00
parent c858ad7f91
commit c8b019a265

View file

@ -143,7 +143,7 @@ variables:
git clone https://github.com/arighi/virtme-ng.git git clone https://github.com/arighi/virtme-ng.git
cd virtme-ng cd virtme-ng
git fetch --tags git fetch --tags
git checkout upstream/1.8 git checkout v1.8
./setup.py install --prefix=/usr ./setup.py install --prefix=/usr
cd .. cd ..
rm -rf virtme-ng rm -rf virtme-ng