Skip to content

Commit 5ad6133

Browse files
committed
Re-Activate RISCV builds
1 parent 9c4cef4 commit 5ad6133

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-linux-cross.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
ubuntu-latest-riscv64-cpu-cross:
88
runs-on: ubuntu-latest
9-
if: ${{ false }} # todo: re-enable this when riscv compile error fixed
109

1110
steps:
1211
- uses: actions/checkout@v4
@@ -42,7 +41,6 @@ jobs:
4241
4342
ubuntu-latest-riscv64-vulkan-cross:
4443
runs-on: ubuntu-latest
45-
if: ${{ false }} # todo: re-enable this when riscv compile error fixed
4644

4745
steps:
4846
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)