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 19ba10e commit 8bd8d55Copy full SHA for 8bd8d55
.github/workflows/pre-commit.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- variant: [ rv64gc-O3-thinlto, rv64gc-Os-thinlto ]
+ variant: [ rv64gc-O3-thinlto, rv64gc-Os-thinlto, rv32gc-O3-thinlto ]
21
22
runs-on: ${{ matrix.variant }}
23
permissions:
0 commit comments