We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f4594 commit 3727541Copy full SHA for 3727541
.github/workflows/build.yml
@@ -192,6 +192,7 @@ jobs:
192
- { os: ubuntu-latest, name: 'No Concurrency', opt: '--disable-concurrency' }
193
- { os: ubuntu-latest, name: 'Heap Test', opt: '--enable-debugheap --enable-verifyheap' }
194
- { os: ubuntu-latest, name: 'Thin Build', opt: '--enable-thin' }
195
+ - { os: ubuntu-latest, name: 'Rng Libraries', opt: '--enable-rnglibs' }
196
steps:
197
- name: Checkout
198
uses: actions/checkout@v3
0 commit comments