diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-29 19:06:14 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-29 19:06:14 +0200 |
commit | 1d2b928e13d03753cc9c63566e27a796511d56ac (patch) | |
tree | f1a258c9dbe49c539ee7f6b03c2b0363233c202c | |
parent | f8a584aef10a252460f2cd161826f44afdc3324b (diff) | |
download | OFQT-1d2b928e13d03753cc9c63566e27a796511d56ac.tar.gz OFQT-1d2b928e13d03753cc9c63566e27a796511d56ac.zip |
invoke dpkg with sudo
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e138e44..7fa9cda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: --recv-keys 86B72ED9 && \ sudo add-apt-repository \ "deb [arch=amd64] https://pkg.mxe.cc/repos/apt `lsb_release -sc` main" && \ - dpkg --add-architecture i386 + sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get -y install wine wine32 mxe-i686-w64-mingw32.static-{cc,cmake,qt5,curl,json-c} |