We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15538b commit b1426f5Copy full SHA for b1426f5
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
30
- name: build Linux LLVM
31
run: ./build-llvm.sh
32
+ env:
33
+ CC: gcc-10
34
+ CXX: g++-10
35
36
- name: package LLVM config and build logs
37
if: ${{ always() }}
@@ -63,7 +66,10 @@ jobs:
63
66
sudo apt-get -f -u install mingw-w64 cmake ninja-build xz-utils zlib1g-dev libz-mingw-w64-dev
64
67
65
68
- name: build Linux and Windows Xamarin.Android Utilities
- run: CC=gcc-10 CXX=g++-10 ./build-xa-utils.sh
69
+ run: ./build-xa-utils.sh
70
71
72
73
74
- name: package Xamarin.Android Utilities config and build logs
75
0 commit comments