CI: unbreak ADO after GHA changes

This commit is contained in:
liushuyu 2022-07-04 21:21:36 -06:00
parent 312e5eda66
commit 1524ff87d2
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
5 changed files with 6 additions and 6 deletions

View file

@ -3,5 +3,5 @@
chmod a+x ./.ci/scripts/format/docker.sh
# the UID for the container yuzu user is 1027
sudo chown -R 1027 ./
docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
docker run -v "$(pwd):/yuzu" -w /yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
sudo chown -R $UID ./