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 4ccea21 commit d12503fCopy full SHA for d12503f
.github/workflows/build-linux-cross.yml
@@ -10,6 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Setup Riscv
13
+ continue-on-error: true
14
run: |
15
sudo dpkg --add-architecture riscv64
16
sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu|http://ports.ubuntu.com/ubuntu-ports|g' \
@@ -49,6 +50,7 @@ jobs:
49
50
fetch-depth: 0
51
52
53
54
55
56
@@ -91,6 +93,7 @@ jobs:
91
93
92
94
95
- name: Setup Arm64
96
97
98
sudo dpkg --add-architecture arm64
99
0 commit comments