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 fa53d00 commit 78f1dacCopy full SHA for 78f1dac
1 file changed
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
runs-on: ubuntu-22.04
131
container:
132
image: ${{ matrix.container }}
133
- options: ${{ matrix.container-options == '' && '-e 1ARCH=1ARCH' || matrix.container-options }}
+ options: ${{ matrix.container-options == '' && '-e 1ADVC=1ADVC' || matrix.container-options }}
134
135
steps:
136
- name: Configure container
0 commit comments