[TEMP] Try disabling LLVM IR bitcode and upload rust target folder to cache

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello
2023-11-09 22:14:32 +02:00
parent 30a5041799
commit f113fda6d4
6 changed files with 85 additions and 41 deletions

View File

@@ -1225,6 +1225,9 @@ jobs:
- name: Install vcpkg dependencies
run: |
pushd $VCPKG_ROOT
git apply "$OLDPWD/res/vcpkg/0001-Extend-crosscompiling-efforts-to-other-architectures.patch"
popd
$VCPKG_ROOT/vcpkg install --triplet arm-linux --x-install-root="$VCPKG_ROOT/installed"
shell: bash