]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Actions: fix polyseed portugese language encoding
authortobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 08:47:09 +0000 (10:47 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 08:47:09 +0000 (10:47 +0200)
.github/workflows/build.yml

index 69b5c9efe2f7f1fa581a6458eaf5df402a174ada..37928937b84cfa93b0a2beed9072fcea5d7f852a 100644 (file)
@@ -89,7 +89,7 @@ jobs:
       - name: install dependencies
         run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig zbar
       - name: install polyseed
-        run: git clone https://github.com/tevador/polyseed.git && cd polyseed && git reset --hard 4945d8239d6b26dc12723ca2aaa9f8110ceff5af && cmake . && make && make install
+        run: git clone https://github.com/tevador/polyseed.git && cd polyseed && git reset --hard 4945d8239d6b26dc12723ca2aaa9f8110ceff5af && iconv -f iso-8859-1 -t utf-8 -o src/lang_pt.c src/lang_pt.c && cmake . && make && make install
       - name: build
         run: CMAKE_PREFIX_PATH=/usr/local/opt/qt@5/ make mac-release -j3
       - name: create .tar